This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
Releases: amrfarid140/firebase_auth_oauth
Releases · amrfarid140/firebase_auth_oauth
1.2.2
1.2.0
What's Changed
- [Breaking Change] Update minimum flutter version to
1.20.0
- Remove unused android and iOS sample code from
_web
plugin
New Contributors
- @bw-flagship made their first contribution in #77
Full Changelog: v1.1.0...v1.2.0
1.1.0
1.0.3
- Added
signInOAuth
andlinkWithOAuth
- Updated
firebase_auth
to Version ^3.0.1 - Updated
firebase_core
to Version ^1.4.0
Big thanks for @fabricio-godoi for contributing these changes 🥇
1.0.2
- Updated
firebase_auth
to Version ^2.0.0 - Updated
firebase_core
to Version ^1.3.0
Thanks to @Andre-lbc !
1.0.1
- Fixed
linkExistingUserWithCredentials
for Android to avoid creating two users on Firebase. Thanks to @tiagocavalli & @mateusfccp
1.0.0
- Migrate to null safety #38
- Add androidx.browser as a dependency
- Delay calling Firebase.app() for web until it's actually needed
- Set minimum deployment target to iOS 10
0.2.4
- Updated
firebase_auth
dependency to Version ^0.20.0+1 - Thanks to @nilsreichardt - Updated
firebase_core
dependency to Version ^0.7.0 - Thanks to @nilsreichardt - Added flutter version constraints to
pubspec.yml
. Minimum supported version is 1.10.x.
0.2.3
- Replace CryptoKit pod with Apple's CryptoKit framework
0.2.2
Fixes #27