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

Commit 5f9d010

Browse files
authored
Link existing user (#47)
* Fix linking account on Android #43 * Released update
1 parent 39aa267 commit 5f9d010

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
firebase_auth: ^1.0.0
1919
firebase_core: ^1.0.0
20-
firebase_auth_oauth: ^1.0.0
20+
firebase_auth_oauth: ^1.0.1
2121
```
2222

2323
- Then in your project just call

firebase_auth_oauth/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.1
2+
3+
* Fixed `linkExistingUserWithCredentials` to avoid creating two users on Firebase. Thanks to @tiagocavalli & @mateusfccp
4+
.
5+
16
## 1.0.0
27

38
* Migrated to null safety

firebase_auth_oauth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
firebase_auth: ^1.0.0
1919
firebase_core: ^1.0.0
20-
firebase_auth_oauth: ^1.0.0
20+
firebase_auth_oauth: ^1.0.1
2121
```
2222

2323
- Then in your project just call

firebase_auth_oauth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_auth_oauth
22
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.
3-
version: 1.0.0
3+
version: 1.0.1
44
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth
55

66
environment:

0 commit comments

Comments
 (0)