FirebaseAuthInvalidCredentialsException

class FirebaseAuthInvalidCredentialsException : FirebaseAuthException

Known direct subclasses
FirebaseAuthWeakPasswordException

Thrown when using a weak password (less than 6 chars) to create a new account or to update an existing account's password.


Thrown when one or more of the credentials passed to a method fail to identify and/or authenticate the user subject of that operation. Inspect the error code and message to find out the specific cause.

Summary

Public constructors

Default constructor.

Public constructors

FirebaseAuthInvalidCredentialsException

FirebaseAuthInvalidCredentialsException(code: String, message: String)

Default constructor.