-
Notifications
You must be signed in to change notification settings - Fork 927
Firefox in Private Mode error in database #4127
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
Labels
Comments
This is usually an IndexedDB error that happens when Firebase tries to call IndexedDB.open() in a context that doesn't allow it (such as Firefox private). We have checks in some packages but not others. Can you identify which Firebase product is causing the error (auth, database, storage, etc.) by removing them one by one? |
duplicate: #4069 |
Duplicate of #4069 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Having some error when loading a page that uses Firebase products
Steps to reproduce:
Use Firefox private mode then open your website that uses Firebase product
Relevant Code:
The text was updated successfully, but these errors were encountered: