Closed
Description
I'm using Firebase Firestore inside my Chrome extension background script(Version 3 Service worker) and as I understood it uses XMLHttpRequest which background scripts are not supporting.
@firebase/firestore: Connection WebChannel transport errored
Right now it gives this error.
ReferenceError : XMLHttpRequest is not defined
But Firebase Realtime Database is working