React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/auth
EmailAuthCredential
Class EmailAuthCredential
Hierarchy (
View Summary
)
AuthCredential
EmailAuthCredential
Index
Constructors
constructor
Methods
to
JSON
from
JSON
Properties
provider
Id
sign
In
Method
Constructors
constructor
new
EmailAuthCredential
(
signInMethod
:
"password"
|
"emailLink"
,
email
:
string
,
password
:
string
,
)
:
EmailAuthCredential
Parameters
signInMethod
:
"password"
|
"emailLink"
email
:
string
password
:
string
Returns
EmailAuthCredential
Methods
to
JSON
toJSON
()
:
object
Returns
object
Static
from
JSON
fromJSON
(
json
:
string
|
object
)
:
EmailAuthCredential
|
null
Parameters
json
:
string
|
object
Returns
EmailAuthCredential
|
null
Properties
Readonly
provider
Id
providerId
:
string
Readonly
sign
In
Method
signInMethod
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
JSON
from
JSON
Properties
provider
Id
sign
In
Method
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...