Skip to content

Commit 23c8746

Browse files
feinsteincollinjackson
authored andcommitted
[firebase_auth] Added missing Exception to the reauthenticateWithCredential docs (#1448) (#1449)
* Added missing Exception to the reauthenticateWithCredential docs (#1448)
1 parent dafb4ec commit 23c8746

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ Jose Sanchez <[email protected]>
4141
Debkanchan Samadder <[email protected]>
4242
Audrius Karosevicius <[email protected]>
4343
Lukasz Piliszczuk <[email protected]>
44-
SoundReply Solutions GmbH <[email protected]>
44+
SoundReply Solutions GmbH <[email protected]>
45+
Michel Feinstein <[email protected]>

packages/firebase_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.0+1
2+
3+
* Added missing ERROR_WRONG_PASSWORD Exception to the `reauthenticateWithCredential` docs.
4+
15
## 0.15.0
26

37
* Fixed `NoSuchMethodError` in `reauthenticateWithCredential`.

packages/firebase_auth/lib/src/firebase_user.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ class FirebaseUser extends UserInfo {
201201
/// Errors:
202202
///
203203
/// * `ERROR_INVALID_CREDENTIAL` - If the [authToken] or [authTokenSecret] is malformed or has expired.
204+
/// * `ERROR_WRONG_PASSWORD` - If the password is invalid or the user does not have a password.
204205
/// * `ERROR_USER_DISABLED` - If the user has been disabled (for example, in the Firebase console)
205206
/// * `ERROR_USER_NOT_FOUND` - If the user has been deleted (for example, in the Firebase console)
206207
/// * `ERROR_OPERATION_NOT_ALLOWED` - Indicates that Email & Password accounts are not enabled.

packages/firebase_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
44
like Google, Facebook and Twitter.
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth
7-
version: 0.15.0
7+
version: 0.15.0+1
88

99
flutter:
1010
plugin:

0 commit comments

Comments
 (0)