-
Notifications
You must be signed in to change notification settings - Fork 893
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
singInWithCustomToken not working in Firefox with third party cookies disabled #6801
Comments
This is odd, can you check the network panel to see if Firefox is directly blocking the relevant API call? |
In Firefox network tab I can't see any request at all. In chrome with disabled third party cookies I can see this |
Interesting, that looks like Firefox might be blocking the network request from happening. Any console logs that hint what might be going on? |
Just this error I attached in description :( |
Its basically this part of code throwing operation insecure: |
Ok, I think a root cause of the issue is https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB#security. |
I'll close this issue, as it is resolved in this pr: #6841 . |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
When user blocks all third party cookies on Firefox browser and tries to login with
signInWithCustomToken
this error shows:FirebaseError: Firebase: Error (auth/network-request-failed).
, while when we block third party cookies on chrome everything works perfectly.Is there some way to make it work, or is it just impossible with third party cookies blocked in firefox?
Relevant Code:
The text was updated successfully, but these errors were encountered: