Represents the Facebook Login authentication provider. Use this class to obtain
FacebookAuthCredentials.
| String | FACEBOOK_SIGN_IN_METHOD | Unique string identifier for Facebook sign-in method. |
| String | PROVIDER_ID | Unique string identifier for this provider type. |
| static AuthCredential |
getCredential(String accessToken)
Returns a new instance of
AuthCredential
that wraps a Facebook Login token.
|
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
FirebaseAuth.signInWithCredential(AuthCredential) or
FirebaseUser.linkWithCredential(AuthCredential).
| accessToken | a valid Facebook Login access token, obtained from the Facebook Login SDK |
|---|