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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ abstract class FirebaseAuthPlatform extends PlatformInterface {
81
81
82
82
/// Enables delegates to create new instances of themselves if a none default
83
83
/// [FirebaseApp] instance is required by the user.
84
+
///
85
+
/// Setting a [persistence] type is only available on web based platforms.
0 commit comments