From 535ef00987665430a450ffcd5b38d4d7d62cab15 Mon Sep 17 00:00:00 2001 From: Michel Feinstein Date: Mon, 18 Nov 2019 15:30:30 -0300 Subject: [PATCH 1/2] Added missing Exception to the reauthenticateWithCredential docs (#1448) --- AUTHORS | 3 ++- packages/firebase_auth/CHANGELOG.md | 4 ++++ packages/firebase_auth/lib/src/firebase_user.dart | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 855e3a4569f2..92d2931683be 100644 --- a/AUTHORS +++ b/AUTHORS @@ -41,4 +41,5 @@ Jose Sanchez Debkanchan Samadder Audrius Karosevicius Lukasz Piliszczuk -SoundReply Solutions GmbH \ No newline at end of file +SoundReply Solutions GmbH +Michel Feinstein \ No newline at end of file diff --git a/packages/firebase_auth/CHANGELOG.md b/packages/firebase_auth/CHANGELOG.md index b2a0c72b12d8..8be829202e5e 100644 --- a/packages/firebase_auth/CHANGELOG.md +++ b/packages/firebase_auth/CHANGELOG.md @@ -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. diff --git a/packages/firebase_auth/lib/src/firebase_user.dart b/packages/firebase_auth/lib/src/firebase_user.dart index f7488da610eb..6fb29282d240 100644 --- a/packages/firebase_auth/lib/src/firebase_user.dart +++ b/packages/firebase_auth/lib/src/firebase_user.dart @@ -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. From 9306f1e65ef67e65a935a188a27e931cdc8221bb Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 19 Nov 2019 10:34:49 -0800 Subject: [PATCH 2/2] pubspec --- packages/firebase_auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_auth/pubspec.yaml b/packages/firebase_auth/pubspec.yaml index 625d7f459a00..827adf02c6ff 100755 --- a/packages/firebase_auth/pubspec.yaml +++ b/packages/firebase_auth/pubspec.yaml @@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS like Google, Facebook and Twitter. author: Flutter Team homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth -version: 0.14.0+10 +version: 0.14.0+11 flutter: plugin: