Rexios
Rexios
Meh they're basically public information, I have it heavily restricted, and I have App Check enabled but thanks for looking out for me
```dart await FirebaseAuth.instance.signInWithPopup(GoogleAuthProvider()); ``` This happens on a deployed site as well as the emulator. Here is a deployed version of my site with the issue: https://beta.pubstats.dev (make sure to...
The `initializeApp` call doesn't even work on Flutter stable, and that code has the same issue on Flutter master. Are you sure you ran with WASM using the instructions here:...
I'm not sure what exactly could be wrong with my setup Can you confirm that `bool.fromEnvironment('FLUTTER_WEB_USE_SKWASM')` is true?
The initializeApp issue is probably the same as https://github.com/firebase/flutterfire/issues/12623 which I'm not sure has landed in stable
Thanks for looking into it. Flutter WASM definitely has growing pains. I just want to raise awareness of the issues.
Confirmed NOT working on Flutter 3.22.2
This is the only relevant log, but I'm pretty sure it's just caused by the login failing and not related to why it is failing ```console main.dart.mjs:56 [firebase_auth/popup-closed-by-user] The popup...
Here is where the error is thrown in `firebase-tools`. Maybe this can help us find the root cause? https://github.com/firebase/firebase-tools/blob/f60b41b520edc4807e4481a928e80db468d169bb/src/emulator/auth/widget_ui.ts#L100 I'm thinking it might have something to do with the stricter...
`window.opener` is null which I think gives credibility to theory that this has to do with headers, but I am really out of my depth here with what headers would...