Skip to content

Commit 56470a8

Browse files
committed
feat: test without assert
1 parent e9e7fb1 commit 56470a8

File tree

1 file changed

+1
-1
lines changed
  • packages/firebase_auth/firebase_auth_web/lib/src/interop

1 file changed

+1
-1
lines changed

packages/firebase_auth/firebase_auth_web/lib/src/interop/auth.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class Auth extends JsObjectWrapper<auth_interop.AuthJsImpl> {
382382
final errorWrapper = allowInterop((e) => _changeController!.addError(e));
383383

384384
void startListen() {
385-
assert(_onAuthUnsubscribe == null);
385+
// assert(_onAuthUnsubscribe == null);
386386
_onAuthUnsubscribe =
387387
jsObject.onAuthStateChanged(nextWrapper, errorWrapper);
388388
}

0 commit comments

Comments
 (0)