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 3699360 commit 5b4a1aeCopy full SHA for 5b4a1ae
FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m
@@ -79,7 +79,7 @@
79
@brief Message for @c FIRAuthErrorCodeCustomTokenMismatch error code.
80
*/
81
static NSString *const kFIRAuthErrorMessageCustomTokenMismatch = @"The custom token corresponds to "
82
- "a different audience.";
+ "a different audience or issuer.";
83
84
/** @var kFIRAuthErrorMessageInvalidEmail
85
@brief Message for @c FIRAuthErrorCodeInvalidEmail error code.
0 commit comments