Skip to content

Commit 3ad2485

Browse files
docs(firebase_auth): add note that persistence is only available on web based platforms. (#9274)
1 parent 7649c27 commit 3ad2485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ abstract class FirebaseAuthPlatform extends PlatformInterface {
8181

8282
/// Enables delegates to create new instances of themselves if a none default
8383
/// [FirebaseApp] instance is required by the user.
84+
///
85+
/// Setting a [persistence] type is only available on web based platforms.
8486
@protected
8587
FirebaseAuthPlatform delegateFor(
8688
{required FirebaseApp app, Persistence? persistence}) {

0 commit comments

Comments
 (0)