firebase_auth_oauth 1.2.2 firebase_auth_oauth: ^1.2.2 copied to clipboard
A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase.
1.2.2 #
- Updated
firebase_auth
to Version ^4.1.1 - Updated
firebase_core
to Version ^2.1.1 - Update README
1.2.1 #
- Updated
firebase_auth
to Version ^4.1.1 - Updated
firebase_core
to Version ^2.1.1
1.2.0 #
- [Breaking Change] Update minimum flutter version to
1.20.0
- Use latest
_web
plugin version
1.1.0+1 #
- Updated Android Example
1.1.0 #
- set minimum iOS version to 11.4
1.0.3 #
- Added
signInOAuth
andlinkWithOAuth
- Updated
firebase_auth
to Version ^3.0.1 - Updated
firebase_core
to Version ^1.4.0
1.0.2 #
- Updated
firebase_auth
to Version ^2.0.0 - Updated
firebase_core
to Version ^1.3.0
1.0.1 #
- Fixed
linkExistingUserWithCredentials
to avoid creating two users on Firebase. Thanks to @tiagocavalli & @mateusfccp .
1.0.0 #
- Migrated to null safety
- Updated
firebase_auth
to Version ^1.0.0 - Updated
firebase_core
to Version ^1.0.0
0.2.4 #
- Updated
firebase_auth
to Version ^0.20.0+1 - Updated
firebase_core
to Version ^0.7.0
0.2.3 #
- Replace CryptoKit pod with Apple's CryptoKit framework
0.2.2 #
- Fixed crash on iOS when using Microsoft sign in. Thanks to @camillobucciarelli.
0.2.1 #
- Fixed Firebase not initialised issue when using this plugin
0.2.0 #
- Migrated to
firebase_auth
^0.18.0+1 - Migrated to
firebase_auth
^0.5.0 - Added
linkExistingUserWithCredentials
to link existing user with OAuth credentials
0.1.1+1 #
- Fixed type in README
0.1.1 #
- Improved error handling across iOS and Android
- Consistent error behaviour across platforms
0.1.0+8 #
- Updated firebase_auth to Version ^0.16.1
- Updated firebase_core to Version ^0.4.5
0.1.0+7 #
- Updated firebase_auth to Version ^0.16.0
0.1.0+6 #
- Downgraded Firebase version 0.15.3
0.1.0+5 #
- Use Firebase version 0.15.4
0.1.0+4 #
- Updated Firebase version
0.1.0+3 #
- Updated example
0.1.0+2 #
- Fix release builds on iOS
0.1.0+1 #
- Fix builds on iOS
0.1.0 #
- Initial release