Skip to content

Commit a052777

Browse files
committed
feat: fix tests
1 parent e9e7fb1 commit a052777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_auth/firebase_auth_web/lib/firebase_auth_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class FirebaseAuthWeb extends FirebaseAuthPlatform {
9090
/// Called by PluginRegistry to register this plugin for Flutter Web
9191
static void registerWith(Registrar registrar) {
9292
FirebaseCoreWeb.registerService('auth', () async {
93-
await FirebaseAuthWeb.instance.delegate.onAuthStateChanged.first;
93+
// await FirebaseAuthWeb.instance.delegate.onAuthStateChanged.first;
9494
});
9595
FirebaseAuthPlatform.instance = FirebaseAuthWeb.instance;
9696
PhoneMultiFactorGeneratorPlatform.instance = PhoneMultiFactorGeneratorWeb();

0 commit comments

Comments
 (0)