Open
Description
When using signInWithCredential
, there doesn't appear to be a way to pass in the raw nonce, which is required if you're using an id token that contains a nonce: https://firebase.google.com/docs/reference/kotlin/com/google/firebase/auth/OAuthProvider.CredentialBuilder#setIdTokenWithRawNonce(java.lang.String,java.lang.String)
Maybe it could just be added to the AuthCredential
interface and then passed down into the native signInWithCredential
along with the provider ID, token and secret