FirebaseAuthExtension extension
This extension on FirebaseAuth
adds support for signing in with platform-specific
game services like Google Play Games (Android) and Game Center (iOS).
It provides a platform-aware method signInWithGamesServices that retrieves game services credentials and authenticates users via Firebase.
- on
-
- FirebaseAuth
Methods
-
signInWithGamesServices(
) → Future< UserCredential> -
Available on FirebaseAuth, provided by the FirebaseAuthExtension extension
Signs the user in with Google Play Games (Android) or Game Center (iOS) via Firebase Authentication.