EmailAuthProvider class

E-mail and password auth provider implementation.

See: firebase.google.com/docs/reference/js/firebase.auth.EmailAuthProvider.

Inheritance

Constructors

EmailAuthProvider()
Creates a new EmailAuthProvider.
factory
EmailAuthProvider.fromJsObject(EmailAuthProviderJsImpl jsObject)
Creates a new EmailAuthProvider from a jsObject.

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → EmailAuthProviderJsImpl
JS object.
finalinherited
providerId String
Provider id.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

PROVIDER_ID String
getter/setter pair

Static Methods

credential(String email, String password) → AuthCredential
Creates a credential for e-mail.