You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught (in promise) FirebaseError: Remote Config: Error thrown when opening storage. Original error: A mutation operation was attempted on a database that did not allow mutations.. (remoteconfig/storage-open).
#5502
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.
In Firefox private mode and other browsers that don't support IndexDb.
Impossible to catch exception.
example code
import { getRemoteConfig } from 'firebase/remote-config'
....
try {
config = getRemoteConfig()
} catch(e) {
// do some workaround here
}
console output
Uncaught (in promise) FirebaseError: Remote Config: Error thrown when opening storage. Original error: A mutation operation was attempted on a database that did not allow mutations.. (remoteconfig/storage-open).
The text was updated successfully, but these errors were encountered:
We had a PR to add an isSupported() check to remote config that was never merged (#3623). It's somewhat outdated now so I will update and have it reviewed again.
Describe your environment
Describe the problem
In Firefox private mode and other browsers that don't support IndexDb.
Impossible to catch exception.
example code
console output
Uncaught (in promise) FirebaseError: Remote Config: Error thrown when opening storage. Original error: A mutation operation was attempted on a database that did not allow mutations.. (remoteconfig/storage-open).
The text was updated successfully, but these errors were encountered: