java.lang.Object | |
↳ | com.google.firebase.auth.FacebookAuthProvider |
Represents the Facebook Login authentication provider. Use this class to obtain FacebookAuthCredential
s.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FACEBOOK_SIGN_IN_METHOD | Unique string identifier for Facebook sign-in method. | |||||||||
String | PROVIDER_ID | Unique string identifier for this provider type. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new instance of
AuthCredential that wraps a Facebook Login token. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Unique string identifier for Facebook sign-in method.
Unique string identifier for this provider type.
Returns a new instance of AuthCredential
that wraps a Facebook Login token. Used when
calling signInWithCredential(AuthCredential)
or linkWithCredential(AuthCredential)
.
Parameters | |
---|---|
accessToken |
String : a valid Facebook Login access token, obtained from the Facebook Login SDK
|
Returns | |
---|---|
AuthCredential |