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

Commit 4d3ecab

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. Add Github support thanks to @filleduchaos.
1 parent a44b105 commit 4d3ecab

File tree

5 files changed

+948
-195
lines changed

5 files changed

+948
-195
lines changed

packages/firebase_auth/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
* Added support for GitHub to `FirebaseAuth`.
7+
* **Breaking Change** Renamed `fetchProvidersForEmail` to its new name `fetchSignInMethodsForEmail`.
8+
* Credentials can now be unlinked from Accounts with new methods on `FirebaseUser`.
9+
110
## 0.6.0
211

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

0 commit comments

Comments
 (0)