Firebase. Auth. EmailAuthProvider
Use email and password to authenticate.
Summary
Allows developers to use the email and password credentials as they could other auth providers. For example, this can be used to change passwords, log in, etc.
Public static functions |
|
---|---|
GetCredential(string email, string password)
|
Generate a credential from the given email and password.
|
Public static functions
GetCredential
Credential GetCredential( string email, string password )
Generate a credential from the given email and password.
Details | |||||
---|---|---|---|---|---|
Parameters |
|