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

Commit

Permalink
Link existing user (#47)
Browse files Browse the repository at this point in the history
* Fix linking account on Android #43

* Released update
  • Loading branch information
amrfarid140 authored Mar 6, 2021
1 parent 39aa267 commit 5f9d010
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions firebase_auth_oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion firebase_auth_oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion firebase_auth_oauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5f9d010

Please sign in to comment.