[REQUIRED] Describe your environment
- Operating System version: macOs Monterey 12.4
- Browser version: Firefox 107.0 (64-bit)
- Firebase SDK version: 9.14.0
- Firebase Product: auth
[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:
await signInWithCustomToken(auth, token);