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 56470a8Copy full SHA for 56470a8
packages/firebase_auth/firebase_auth_web/lib/src/interop/auth.dart
@@ -382,7 +382,7 @@ class Auth extends JsObjectWrapper<auth_interop.AuthJsImpl> {
382
final errorWrapper = allowInterop((e) => _changeController!.addError(e));
383
384
void startListen() {
385
- assert(_onAuthUnsubscribe == null);
+ // assert(_onAuthUnsubscribe == null);
386
_onAuthUnsubscribe =
387
jsObject.onAuthStateChanged(nextWrapper, errorWrapper);
388
}
0 commit comments