aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-10-04 10:13:39 -0700
committerGravatar GitHub <noreply@github.com>2017-10-04 10:13:39 -0700
commit641b7c3a06fae6277a0430f2d4d2cb081a214969 (patch)
tree6cc0e000a12a8ff08d54d685b1d4bc49b6385765 /Firebase
parentb5af818a97d9b4540d15bbdce629fc78ac772e3c (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')
-rw-r--r--Firebase/Auth/Source/Public/FIRAuthErrors.h8
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);