You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/auth/reference/auth.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -556,8 +556,11 @@ firebase.auth()
556
556
557
557
| Code | Message |
558
558
| --------- | ------- |
559
-
| auth/invalid-email | Thrown if the email address is not valid. |
560
-
| auth/user-not-found | Thrown if there is no user corresponding to the email address. |
559
+
| auth/captcha-check-failed | Thrown if the reCAPTCHA response token was invalid, expired, or if this method was called from a non-whitelisted domain. |
560
+
| auth/invalid-phone-number | Thrown if the phone number has an invalid format. |
561
+
| auth/missing-phone-number | Thrown if the phone number is missing. |
562
+
| auth/quota-exceeded | Thrown if the SMS quota for the Firebase project has been exceeded. |
563
+
| auth/user-disabled | Thrown if the user corresponding to the given phone number has been disabled. |
0 commit comments