-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop using signInWithRedirect #693
Labels
bug
Something isn't working
Comments
jkomoros
added a commit
that referenced
this issue
Apr 20, 2024
This is a bit of an annoying UI but is better than doing the more confusing options to keep signInWithRedirect. Part of #693.
c967070 may have broken sign in. There's an error like |
jkomoros
added a commit
that referenced
this issue
Jun 27, 2024
Before this, if you logged in to a previously existing account, the confirmation prompt would be auto-closed by Chrome because the popup was still showing, and print: `A window.confirm() dialog generated by this page was suppressed because this page is not the active tab of the front window. Please make sure your dialogs are triggered by user interactions to avoid this situation. https://www.chromestatus.com/feature/5140698722467840` Because it would be auto-canceled, the sign in would be stopped according to our code. This change attempts to change timing so the popup is closed when that happens. Not sure if it works. Part of #693.
jkomoros
added a commit
that referenced
this issue
Jun 29, 2024
... At least, hopefully. Part of #693.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting June 18 2024 it will stop working apparently
https://firebase.google.com/docs/auth/web/redirect-best-practices
The text was updated successfully, but these errors were encountered: