Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Releases: amrfarid140/firebase_auth_oauth

1.2.2

10 Nov 06:22
Compare
Choose a tag to compare
  • Updated firebase_auth to Version ^4.1.1
  • Updated firebase_core to Version ^2.1.1
  • Update README

1.2.0

22 Mar 20:19
Compare
Choose a tag to compare

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

Full Changelog: v1.1.0...v1.2.0

1.1.0

07 Oct 05:41
Compare
Choose a tag to compare
  • Set minimum iOS version to 11.4. Thanks @bgetsug !

1.0.3

18 Aug 20:22
Compare
Choose a tag to compare
  • Added signInOAuth and linkWithOAuth
  • 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

11 Jul 15:08
898663e
Compare
Choose a tag to compare
  • Updated firebase_auth to Version ^2.0.0
  • Updated firebase_core to Version ^1.3.0

Thanks to @Andre-lbc !

1.0.1

06 Mar 13:38
5f9d010
Compare
Choose a tag to compare
  • Fixed linkExistingUserWithCredentials for Android to avoid creating two users on Firebase. Thanks to @tiagocavalli & @mateusfccp

1.0.0

06 Mar 12:30
f082d84
Compare
Choose a tag to compare
  • 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

17 Jan 18:57
Compare
Choose a tag to compare
  • 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

10 Jan 20:17
2bca0e7
Compare
Choose a tag to compare
  • Replace CryptoKit pod with Apple's CryptoKit framework

0.2.2

25 Nov 21:10
Compare
Choose a tag to compare

Fixes #27