game_services_firebase_auth 2.0.3
game_services_firebase_auth: ^2.0.3 copied to clipboard
A Flutter plugin that simplifies Firebase Authentication using GameCenter on iOS and Play Games on Android.
2.0.3 #
- Fix the iOS log when the user successfully authenticates with Game Services
2.0.2 #
- Fix the pub.dev score by formatting the code
2.0.1 #
- Update README.md images
2.0.0 #
- Complete refactor and codebase cleanup for better maintainability and performance.
- Updated the Flutter package dependency
firebase_auth
to version^5.2.0
for improved compatibility and security updates. - Revised and cleaned up the
README
to reflect the latest changes and provide clearer setup instructions. - Upgraded Android implementation to use
com.google.android.gms:play-services-games-v2+
for enhanced support of Play Games Services v2.
1.1.0 #
- Update Flutter package firebase_core to ^3.1.0
- Update Flutter package firebase_auth to ^5.1.0
- Fix example build
1.0.0 #
- Update Flutter package firebase_core to 2.5.0
- Update Flutter package firebase_auth to 4.7.2
- Update Flutter SDK in pubspec to
">=3.1.0 <4.0.0"
- Update the doc
- Fix example build
- Transfert the package from jgrandchavin to Revolt Games
0.3.0 #
- Update Flutter package firebase_core to 1.20.0
- Update Flutter package firebase_auth to 3.6.2
0.2.0 #
- Update Flutter package firebase_core to 1.18.0
- Update Flutter package firebase_auth to 3.3.20
- Update firebase_core_platform_interface: 4.4.1
- Fix
finishPendingOperationWithSuccess
Fatal Exception: java.lang.NullPointerException
crash on Android
0.1.1 #
- Update Firebase iOS SDK to 8.3.0
- Update Flutter package firebase_core to 1.4.0
- Update Flutter package firebase_auth to 3.0.1
0.1.0 #
- Improve exception thrown by the packages
0.0.9 #
- Fix user_already_link_to_game_center iOS error
0.0.8 #
- Add silent sign in on iOS
0.0.7 #
- Catch ApiException on Android
0.0.6 #
- Add forceSignInIfCredentialAlreadyUsed options to linkGameServicesCredentialsToCurrentUser()
0.0.5 #
- Get ERROR_CREDENTIAL_ALREADY_IN_USE for linkGameServicesCredentialsToCurrentUser()
0.0.4 #
- Upgrade firebase_core to 1.1.1 and firebase_auth to 1.1.4
0.0.3 #
- Add clientId option on Android
0.0.2 #
- Update licence
0.0.1 #
- Base Firebase Auth functionality for iOS et Android