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
* @error auth/invalid-email Thrown if the email address is not valid.
1815
1825
* @error auth/user-disabled Thrown if the user corresponding to the given email has been disabled.
1816
-
* @error auth/user-not-found Thrown if there is no user corresponding to the given email.
1817
-
* @error auth/wrong-password Thrown if the password is invalid for the given email, or the account corresponding to the email does not have a password set.
1818
-
* @param email The users email address.
1819
-
* @param password The users password.
1826
+
* @error auth/user-not-found Thrown if there is no user corresponding to the given email. (May be suppressed if email enumeration protection is enabled.)
1827
+
* @error auth/wrong-password Thrown if the password is invalid or missing. (May be suppressed if email enumeration protection is enabled.)
0 commit comments