We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70945ed commit 0329f73Copy full SHA for 0329f73
auth/src/android/common_android.cc
@@ -115,6 +115,7 @@ static const ErrorCodeMapping kFirebaseAuthCodes[] = {
115
{"ERROR_UNSUPPORTED_FIRST_FACTOR", kAuthErrorUnsupportedFirstFactor},
116
{"ERROR_EMAIL_CHANGE_NEEDS_VERIFICATION",
117
kAuthErrorEmailChangeNeedsVerification},
118
+ {"ERROR_MISSING_OR_INVALID_NONCE", kAuthErrorMissingOrInvalidNonce},
119
{"ERROR_USER_CANCELLED", kAuthErrorUserCancelled},
120
{"ERROR_UNSUPPORTED_PASSTHROUGH_OPERATION",
121
kAuthErrorUnsupportedPassthroughOperation},
0 commit comments