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

Commit f227aca

Browse files
committed
Improved error handling for Android and iOS.
Updated FireAuth docs. Added missing "linkWithTwitterCredential" method. Updated deprecated API "fetchProvidersForEmail" to "fetchSignInMethodsForEmail". Added "unlinkCredential". Updated Changelog. Fix testing issues. Fixed formatting.
1 parent 2d18942 commit f227aca

File tree

5 files changed

+777
-199
lines changed

5 files changed

+777
-199
lines changed

packages/firebase_auth/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.6.1
2+
3+
* `FirebaseAuth` and `FirebaseUser` are now fully documented.
4+
* `PlatformExceptions` now report error codes as stated in docs.
5+
* Added support for `linkWithTwitterCredential` in `FirebaseAuth`.
6+
* **Breaking Change** Renamed `fetchProvidersForEmail` to its new name `fetchSignInMethodsForEmail`.
7+
* Credentials can now be unlinked from Accounts with new methods on `FirebaseUser`.
8+
19
## 0.6.0
210

311
* Added support for `updatePassword` in `FirebaseUser`.

0 commit comments

Comments
 (0)