Skip to content

Commit

Permalink
[firebase_auth] Added missing Exception to the reauthenticateWithCred…
Browse files Browse the repository at this point in the history
…ential docs (#1448) (#1449)

* Added missing Exception to the reauthenticateWithCredential docs (#1448)
  • Loading branch information
feinstein authored and collinjackson committed Nov 19, 2019
1 parent dafb4ec commit 23c8746
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
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.15.0+1

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

## 0.15.0

* Fixed `NoSuchMethodError` in `reauthenticateWithCredential`.
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
2 changes: 1 addition & 1 deletion packages/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
like Google, Facebook and Twitter.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth
version: 0.15.0
version: 0.15.0+1

flutter:
plugin:
Expand Down

0 comments on commit 23c8746

Please sign in to comment.