You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -514,11 +514,19 @@ abstract class FirebaseAuthPlatform extends PlatformInterface {
514
514
/// - Thrown if the email address is not valid.
515
515
/// - **user-disabled**:
516
516
/// - Thrown if the user corresponding to the given email has been disabled.
517
-
/// - **user-not-found**:
517
+
/// - **user-not-found** _(deprecated)_:
518
518
/// - Thrown if there is no user corresponding to the given email.
519
-
/// - **wrong-password**:
519
+
/// **Note:** This code is no longer returned on projects that have
0 commit comments