diff options
author | Zsika Phillip <protocol86@users.noreply.github.com> | 2017-10-04 10:13:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 10:13:39 -0700 |
commit | 641b7c3a06fae6277a0430f2d4d2cb081a214969 (patch) | |
tree | 6cc0e000a12a8ff08d54d685b1d4bc49b6385765 /Firebase/Auth | |
parent | b5af818a97d9b4540d15bbdce629fc78ac772e3c (diff) |
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.
Diffstat (limited to 'Firebase/Auth')
-rw-r--r-- | Firebase/Auth/Source/Public/FIRAuthErrors.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Firebase/Auth/Source/Public/FIRAuthErrors.h b/Firebase/Auth/Source/Public/FIRAuthErrors.h index b70c87f..1691228 100644 --- a/Firebase/Auth/Source/Public/FIRAuthErrors.h +++ b/Firebase/Auth/Source/Public/FIRAuthErrors.h @@ -55,10 +55,10 @@ extern NSString *const FIRAuthUpdatedCredentialKey FIR_SWIFT_NAME(AuthUpdatedCre */ extern NSString *const FIRAuthErrorNameKey FIR_SWIFT_NAME(AuthErrorNameKey); -/** @var FIRAuthErrorUserInfoEmailKey - @brief Errors with the code @c FIRAuthErrorCodeEmailAlreadyInUse may contains an - @c NSError.userInfo dictinary which contains this key. The value associated with this key is - an NSString of the email address that already exists. +/** + @brief Errors with the code @c FIRAuthErrorCodeAccountExistsWithDifferentCredential may contain + an @c NSError.userInfo dictinary object which contains this key. The value associated with + this key is an NSString of the email address of the account that already exists. */ extern NSString *const FIRAuthErrorUserInfoEmailKey FIR_SWIFT_NAME(AuthErrorUserInfoEmailKey); |