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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -236,8 +236,8 @@ abstract class FirebaseAuthPlatform extends PlatformInterface {
236
236
/// - Thrown if the user is no longer authenticated since his refresh token
237
237
/// has been expired
238
238
/// - **network-request-failed**:
239
-
/// - Thrown if there was a network request error, for example the user don't
240
-
/// don't have internet connection
239
+
/// - Thrown if there was a network request error, for example the user
240
+
/// doesn't have internet connection
241
241
/// - **operation-not-allowed**:
242
242
/// - Thrown if email/password accounts are not enabled. Enable
243
243
/// email/password accounts in the Firebase Console, under the Auth tab.
@@ -476,7 +476,7 @@ abstract class FirebaseAuthPlatform extends PlatformInterface {
476
476
/// verification code of the credential is not valid.
477
477
/// - **invalid-verification-id**:
478
478
/// - Thrown if the credential is a [PhoneAuthProvider.credential] and the
479
-
/// verification ID of the credential is not valid.id.
479
+
/// verification ID of the credential is not valid.
0 commit comments