We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef791b commit ac0bf3cCopy full SHA for ac0bf3c
2 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
* **BREAKING:** Added stack trace to onLoginFailed and onError callbacks
4
* Added a boolean linkWithExistingUser to link the new credentials with an existing signed-in user, instead of creating a new one.
5
* Added onError callback for general purpose errors by the library
6
+* Updated example app
7
+* Updated dependencies
8
9
## [1.0.5+1] - 11/07/2022
10
pubspec.yaml
@@ -11,7 +11,7 @@ dependencies:
11
flutter:
12
sdk: flutter
13
14
- firebase_auth: ^3.4.1
+ firebase_auth: ^3.4.2
15
provider: ^6.0.3
16
17
dev_dependencies:
0 commit comments