You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for reaching out! A couple of things are going on here: for one, the nonce field was never getting set in the credential since the SDK didn't pass it through correctly to the underlying method. Separately from that, the nonce field was not documented in v8 and it is not exposed in any of our other SDKs. So while the PR linked will set the field correctly (so that e.g. signInWithCredential will work as expected), the field itself will now be marked private.
rawNonce missing from OAuthProvider credential.
Code:
Result:
The text was updated successfully, but these errors were encountered: