Skip to content

Commit 641b7c3

Browse files
authored
Fixes reference docs (#330)
* Fixes reference docs Fixes reference docs for FIRAuthErrorUserInfoEmailKey. * Modfies error code Modifies the error code where the FIRAuthErrorUserInfoDataKey key is set.
1 parent b5af818 commit 641b7c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firebase/Auth/Source/Public/FIRAuthErrors.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ extern NSString *const FIRAuthUpdatedCredentialKey FIR_SWIFT_NAME(AuthUpdatedCre
5555
*/
5656
extern NSString *const FIRAuthErrorNameKey FIR_SWIFT_NAME(AuthErrorNameKey);
5757

58-
/** @var FIRAuthErrorUserInfoEmailKey
59-
@brief Errors with the code @c FIRAuthErrorCodeEmailAlreadyInUse may contains an
60-
@c NSError.userInfo dictinary which contains this key. The value associated with this key is
61-
an NSString of the email address that already exists.
58+
/**
59+
@brief Errors with the code @c FIRAuthErrorCodeAccountExistsWithDifferentCredential may contain
60+
an @c NSError.userInfo dictinary object which contains this key. The value associated with
61+
this key is an NSString of the email address of the account that already exists.
6262
*/
6363
extern NSString *const FIRAuthErrorUserInfoEmailKey FIR_SWIFT_NAME(AuthErrorUserInfoEmailKey);
6464

0 commit comments

Comments
 (0)