-
Notifications
You must be signed in to change notification settings - Fork 930
This browser is not supported or 3rd party cookies and data may be disabled. #865
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
Comments
Did you disable third-party cookie in your chrome settings? |
Its disabled, by-default in my browser. It will happen with many other users and we cant ask every user to enable third-party cookie in their browsers. Because of this we will lose some user base. Kindly let us know how to handle this scenario with any code changes that we can make. |
The underlying communication protocol we use depend on this. We have no plans to support this right now. If this is an issue for you, you can use 3P libraries to get the OAuth credential (for example google sign in library for JS supports this environment) and then sign in to Firebase using the obtained ID token or access token with |
I had this issue because I used a custom domain. You have to correctly configure the domain, set it as https://firebase.google.com/docs/auth/web/google-signin?authuser=0 |
This is unrelated to |
@bpetetot you are right if I block only cookie of 1 (the origin), it will show this error |
@bpetetot solution is perfect. Good luck! |
[REQUIRED] Describe your environment
[REQUIRED] **Login functionality is not working in chrome browser and giving the error message:
{code: "auth/web-storage-unsupported", message: "This browser is not supported or 3rd party cookies and data may be disabled."}
Relevant Code:
The text was updated successfully, but these errors were encountered: