| java.lang.Object | |
| ↳ | com.google.firebase.auth.EmailAuthProvider |
Represents the email and password authentication mechanism. Use this class to obtain
EmailAuthCredentials.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PROVIDER_ID | Unique string identifier for this provider type. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new instance of
AuthCredential that wraps a given email and password. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Unique string identifier for this provider type.
Returns a new instance of AuthCredential that wraps a given email and password. Used
when calling signInWithCredential(AuthCredential) or
linkWithCredential(AuthCredential).