-
Notifications
You must be signed in to change notification settings - Fork 893
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
IE11 error message on Firebase SDK 7.15.5 #3305
Labels
Comments
I found a few problems with this issue:
|
Can confirm it's happening to us too. |
Just happened to a project I'm working on. Reverted to 7.15.4 and everything works fine. |
We will remove the code that caused this breakage altogether, as we are currently not able to run our tests in IE11. |
@schmidt-sebastian Sorry to bother you but when will this be released? |
End of this week, likely Thursday the 11th. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
Problem
Hello,
I was working on a new project and everything was going smoothly until I tried to view the webpage in IE11. On Firebase 7.15.5, the site does not load at all. I tried earlier versions of the Firebase JS SDK and they all work -- including 7.15.4. On other browsers and operating systems, the site works without issue.
I'm getting the following error message on 7.15.5 in IE11:
I believe I've traced the problem to this file:
packages/firestore/src/util/api.ts
. Specifically, this section (around line 50):Unfortunately, I'm not super familiar with the inner workings of the Firebase SDK so I'm not sure how to best address this issue.
I didn't include any code samples because the problem occurred during the initial startup process. I don't even have authentication or firestore collections setup yet. Please let me know if I can help in any way!
The text was updated successfully, but these errors were encountered: