Rexios
Rexios
Okay yeah it's definitely because of adding this header that WASM requires: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy > If a cross-origin document with COOP is opened in a new window, the opening document will...
I think it might be fixable with this: https://firebase.google.com/docs/auth/web/redirect-best-practices?hl=en&authuser=0 Testing now
I got it mostly working 1. Reverse proxy the auth handler and add the necessary headers Here's my caddy config: ```caddy handle /__/* { reverse_proxy https://pub-stats-collector.firebaseapp.com header Cross-Origin-Embedder-Policy credentialless header...
I'm not sure this is something that the Firebase team could fix on their side since the COEP and CORP headers aren't sent with the request so they wouldn't know...
I just spent way too long trying things and here are some things that are definitely NOT the solution: - I thought maybe the hosts needed to match exactly rather...
This will be a blocker for me soon. What are the next steps here? Is there anything I can do to help diagnose the OAuth window not closing?
The dart package used to do this, so I see no issue
@rrousselGit Is there an issue tracking inheritance support?
Not exactly sure if we want this behavior or not, but if this is intended it needs better documentation
@russellwheatley The example code in the readme has this issue: https://pub.dev/packages/firebase_ui_auth Using that code, the app does not go to the signed in page after registering a new user because...