Represents the Google Play Games authentication provider. Use this class to obtain
PlayGamesAuthCredentials.
| String | PLAY_GAMES_SIGN_IN_METHOD | Unique string identifier for Google Play Games Service sign-in method. |
| String | PROVIDER_ID | Unique string identifier for this provider type. |
| static AuthCredential |
getCredential(String
serverAuthCode)
Returns a new instance of
AuthCredential
that wraps a Play Games Server Auth Code.
|
Unique string identifier for Google Play Games Service sign-in method.
Unique string identifier for this provider type.
Returns a new instance of AuthCredential
that wraps a Play Games Server Auth Code. Used when calling
FirebaseAuth.signInWithCredential(AuthCredential) or
FirebaseUser.linkWithCredential(AuthCredential).
| serverAuthCode | a valid Google Play Games server auth code, obtained from Google Play Games Sign In SDK. |
|---|