File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
FirebaseAuth/Sources/Public/FirebaseAuth Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -261,11 +261,10 @@ NS_SWIFT_NAME(User)
261261 Auth section of the Firebase console.
262262 + `AuthErrorCodeEmailAlreadyInUse` - Indicates the email asserted by the credential
263263 (e.g. the email in a Facebook access token) is already in use by an existing account,
264- that cannot be authenticated with this method. Call `Auth.fetchSignInMethods(forEmail:)`
265- for this user’s email and then prompt them to sign in with any of the sign-in providers
266- returned. This error will only be thrown if the "One account per email address"
267- setting is enabled in the Firebase console, under Auth settings. Please note that the
268- error code raised in this specific situation may not be the same on Web and Android.
264+ that cannot be authenticated with this method. This error will only be thrown if the
265+ "One account per email address" setting is enabled in the Firebase console, under Auth
266+ settings. Please note that the error code raised in this specific situation may not be
267+ the same on Web and Android.
269268 + `AuthErrorCodeUserDisabled` - Indicates the user's account is disabled.
270269 + `AuthErrorCodeWrongPassword` - Indicates the user attempted reauthentication with
271270 an incorrect password, if credential is of the type `EmailPasswordAuthCredential`.
You can’t perform that action at this time.
0 commit comments