game_services_firebase_auth 1.0.0 copy "game_services_firebase_auth: ^1.0.0" to clipboard
game_services_firebase_auth: ^1.0.0 copied to clipboard

This plugin make some FirebaseAuth features available with GameCenter on iOS and PlayGames on Android

🎮 Game Services Firebase Auth #

This plugin make some FirebaseAuth features available with GameCenter on iOS and PlayGames on Android

⛏ Getting started #

🤖 Android #

• Configure your app for Firebase (🔗 Doc link)

• Configure you app for Play Games (🔗 Doc link)

• Enjoy 🙌

🍏 iOS #

• Configure your app for Firebase (🔗 Doc link)

• Configure you app for GameCenter (🔗 Doc link)

• Enjoy 🙌

📋 Methods available #

signInWithGameService #

/// Try to sign in with native Game Service (Play Games on Android and GameCenter on iOS)
/// Return `true` if success
/// [clientId] is only for Android if you want to provide a clientId other than the main one in you google-services.json
Future<bool> signInWithGameService({String? clientId})

linkGameServicesCredentialsToCurrentUser #

 /// Try to sign link current user with native Game Service (Play Games on Android and GameCenter on iOS)
  /// Return `true` if success
  /// [clientId] is only for Android if you want to provide a clientId other than the main one in you google-services.json
  /// [forceSignInIfCredentialAlreadyUsed] make user force sign in with game services link failed because of ERROR_CREDENTIAL_ALREADY_IN_USE
  static Future<bool> linkGameServicesCredentialsToCurrentUser({String? clientId, bool forceSignInIfCredentialAlreadyUsed = false})
10
likes
130
pub points
47%
popularity

Publisher

verified publisherrevoltgames.io

This plugin make some FirebaseAuth features available with GameCenter on iOS and PlayGames on Android

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, firebase_core, flutter

More

Packages that depend on game_services_firebase_auth