Closed
Description
Environment
- Operating System version: Windows 10
- Browser version: IE11
- Firebase SDK version: 9.6.10
- Firebase Product: auth, storage, firestore
Describe the problem
When loading an app using the 9.6.10 SDK in IE11, an unhandled error is immediately thrown: Error thrown when reading from storage. Original error: InvalidAccessError. (app/storage-get)
Steps to reproduce:
Load any application using the 9.6.10 SDK in IE11.
Relevant Code:
This happens immediately on initializing the application.
import { initializeApp } from 'firebase/app';
initializeApp({
...myAppConfig
});