Implements
Index
Properties
providerId
Static EMAIL_LINK_SIGN_IN_METHOD
This corresponds to the sign-in method identifier as returned in firebase.auth.Auth.fetchSignInMethodsForEmail.
Static EMAIL_PASSWORD_SIGN_IN_METHOD
This corresponds to the sign-in method identifier as returned in firebase.auth.Auth.fetchSignInMethodsForEmail.
Static PROVIDER_ID
Methods
Static credential
-
Parameters
-
email: string
Email address.
-
password: string
User account password.
Returns AuthCredential
The auth provider credential.
-
Static credentialWithLink
-
Initialize an
EmailAuthProvider
credential using an email and an email link after a sign in with email link operation.Parameters
-
email: string
Email address.
-
emailLink: string
Sign-in email link.
Returns AuthCredential
The auth provider credential.
-
Email and password auth provider implementation.
To authenticate: firebase.auth.Auth.createUserWithEmailAndPassword and firebase.auth.Auth.signInWithEmailAndPassword.