File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
FirebaseAuth/Sources/Public/FirebaseAuth Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -377,8 +377,8 @@ NS_SWIFT_NAME(Auth)
377
377
completion:(nullable void (^)(NSError *_Nullable error))completion;
378
378
379
379
/* * @fn fetchSignInMethodsForEmail:completion:
380
- @brief Fetches the list of all sign-in methods previously used for the provided email address.
381
- This method returns an empty list when [Email Enumeration
380
+ @brief [Deprecated] Fetches the list of all sign-in methods previously used for the provided
381
+ email address. This method returns an empty list when [Email Enumeration
382
382
Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
383
383
is enabled, irrespective of the number of authentication methods available for the given email.
384
384
@param email The email address for which to obtain a list of sign-in methods.
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ NS_SWIFT_NAME(User)
131
131
- (instancetype )init NS_UNAVAILABLE;
132
132
133
133
/* * @fn updateEmail:completion:
134
- @brief Updates the email address for the user. On success, the cached user profile data is
135
- updated. Throws FIRAuthErrorCodeInvalidCredentials error when [Email Enumeration
134
+ @brief [Deprecated] Updates the email address for the user. On success, the cached user profile
135
+ data is updated. Throws FIRAuthErrorCodeInvalidCredentials error when [Email Enumeration
136
136
Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
137
137
is enabled.
138
138
@remarks May fail if there is already an account with this email address that was created using
You can’t perform that action at this time.
0 commit comments