Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ Jose Sanchez <josesm82@gmail.com>
Debkanchan Samadder <debu.samadder@gmail.com>
Audrius Karosevicius <audrius.karosevicius@gmail.com>
Lukasz Piliszczuk <lukasz@intheloup.io>
SoundReply Solutions GmbH <ch@soundreply.com>
SoundReply Solutions GmbH <ch@soundreply.com>
Michel Feinstein <michel@feinstein.com.br>
4 changes: 4 additions & 0 deletions packages/firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.0+11

* Added missing ERROR_WRONG_PASSWORD Exception to the `reauthenticateWithCredential` docs.

## 0.14.0+10

* Formatted lists in member documentations for better readability.
Expand Down
1 change: 1 addition & 0 deletions packages/firebase_auth/lib/src/firebase_user.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ class FirebaseUser extends UserInfo {
/// Errors:
///
/// * `ERROR_INVALID_CREDENTIAL` - If the [authToken] or [authTokenSecret] is malformed or has expired.
/// * `ERROR_WRONG_PASSWORD` - If the password is invalid or the user does not have a password.
/// * `ERROR_USER_DISABLED` - If the user has been disabled (for example, in the Firebase console)
/// * `ERROR_USER_NOT_FOUND` - If the user has been deleted (for example, in the Firebase console)
/// * `ERROR_OPERATION_NOT_ALLOWED` - Indicates that Email & Password accounts are not enabled.
Expand Down