We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7fb1 commit a052777Copy full SHA for a052777
packages/firebase_auth/firebase_auth_web/lib/firebase_auth_web.dart
@@ -90,7 +90,7 @@ class FirebaseAuthWeb extends FirebaseAuthPlatform {
90
/// Called by PluginRegistry to register this plugin for Flutter Web
91
static void registerWith(Registrar registrar) {
92
FirebaseCoreWeb.registerService('auth', () async {
93
- await FirebaseAuthWeb.instance.delegate.onAuthStateChanged.first;
+ // await FirebaseAuthWeb.instance.delegate.onAuthStateChanged.first;
94
});
95
FirebaseAuthPlatform.instance = FirebaseAuthWeb.instance;
96
PhoneMultiFactorGeneratorPlatform.instance = PhoneMultiFactorGeneratorWeb();
0 commit comments