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 e2daafc0ad19..38cbfda3c9ae 100644 --- a/packages/firebase_auth/CHANGELOG.md +++ b/packages/firebase_auth/CHANGELOG.md @@ -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`. diff --git a/packages/firebase_auth/lib/src/firebase_user.dart b/packages/firebase_auth/lib/src/firebase_user.dart index b494ecd4174e..54320bb599c0 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. diff --git a/packages/firebase_auth/pubspec.yaml b/packages/firebase_auth/pubspec.yaml index 098ff33bdf81..c7a9c730694b 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.15.0 +version: 0.15.0+1 flutter: plugin: