Uncaught ReferenceError: XMLHttpRequest is not defined in chrome extension webworker in the sdk version "^10.4.0" #7687
Replies: 1 comment
-
I am facing the same problem? Did you find any solution yet? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firebase SDK version: "^10.4.0"
#6124 (comment)
I am making a chrome extension with firebase. I have set up my firebase in the webworker. I am trying to add a doc to the firestore and it gives an error that XMLHttpRequest is not defined in webworker which is fine. But in a firebase-js-sdk issue it gives the a solution that use firebase sdk version 9 or above because it uses fetch instead of XMLHttpRequest but I am already using "^10.4.0" then why I am getting this error if I am using latest version of sdk.
Beta Was this translation helpful? Give feedback.
All reactions