Skip to content

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

Closed
ArcherEmiya05 opened this issue Nov 27, 2020 · 4 comments
Closed

Firefox in Private Mode error in database #4127

ArcherEmiya05 opened this issue Nov 27, 2020 · 4 comments

Comments

@ArcherEmiya05
Copy link

[REQUIRED] Describe your environment

  • Operating System version: Windows 10
  • Browser version: Firefox 82.0.3 (64-bit)
  • Firebase SDK version: 8.1.1
  • Firebase Product: auth, database, storage

[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:

image

@hsubox76
Copy link
Contributor

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?

@aliokan
Copy link

aliokan commented Dec 8, 2020

duplicate: #4069

@ArcherEmiya05
Copy link
Author

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?

Definitely Firebase Auth as I checked the line where error start
image
image

@sam-gc
Copy link
Contributor

sam-gc commented Dec 8, 2020

Duplicate of #4069

@sam-gc sam-gc marked this as a duplicate of #4069 Dec 8, 2020
@sam-gc sam-gc closed this as completed Dec 8, 2020
@firebase firebase locked and limited conversation to collaborators Jan 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants