Skip to content
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

[Need to fix by 6/18/24] Deprecated Google Firebase Auth Sign In Flow - Sign in with redirect #942

Open
remjx opened this issue Jun 22, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@remjx
Copy link
Owner

remjx commented Jun 22, 2023

I received the below email from Google Firebase:


Hi Mark,
We’re writing to let you know that, starting June 18, 2024, end users of web applications that work with Firebase Authentication may not be able to authenticate through the signInWithRedirect method on Chrome versions M115+.

What do you need to know?
This change will happen due to the default enablement of the Storage Partitioning feature on Chrome M115 on July 25, 2023(exact date subject to change). Existing and new Firebase apps will be allowlisted and will continue to work until June 18, 2024.

What do you need to do?
We recommend you to migrate your application to follow the best practices for using signInWithRedirect at your earliest convenience. This mitigation guide is intended for web apps using signInWithRedirect SDK method to perform sign in.

Thanks,
Micah on behalf of the Firebase team


I believe this needs to be changed:

signInFlow: typeof window !== 'undefined' && isSignInWithEmailLink(firebaseAuth, window.location.href) ? 'redirect' : 'popup',

@remjx remjx added the bug Something isn't working label Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant