diff --git a/README.md b/README.md index 4a57273..cf0c9c7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dependencies: sdk: flutter firebase_auth: ^1.0.0 firebase_core: ^1.0.0 - firebase_auth_oauth: ^1.0.0 + firebase_auth_oauth: ^1.0.1 ``` - Then in your project just call diff --git a/firebase_auth_oauth/CHANGELOG.md b/firebase_auth_oauth/CHANGELOG.md index a60c039..605035d 100644 --- a/firebase_auth_oauth/CHANGELOG.md +++ b/firebase_auth_oauth/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.1 + +* Fixed `linkExistingUserWithCredentials` to avoid creating two users on Firebase. Thanks to @tiagocavalli & @mateusfccp + . + ## 1.0.0 * Migrated to null safety diff --git a/firebase_auth_oauth/README.md b/firebase_auth_oauth/README.md index 4a57273..cf0c9c7 100644 --- a/firebase_auth_oauth/README.md +++ b/firebase_auth_oauth/README.md @@ -17,7 +17,7 @@ dependencies: sdk: flutter firebase_auth: ^1.0.0 firebase_core: ^1.0.0 - firebase_auth_oauth: ^1.0.0 + firebase_auth_oauth: ^1.0.1 ``` - Then in your project just call diff --git a/firebase_auth_oauth/pubspec.yaml b/firebase_auth_oauth/pubspec.yaml index 0e668ae..0bdc4db 100644 --- a/firebase_auth_oauth/pubspec.yaml +++ b/firebase_auth_oauth/pubspec.yaml @@ -1,6 +1,6 @@ name: firebase_auth_oauth description: 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. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth environment: