Replies: 1 comment 1 reply
-
Unfortunately we are not updating v8 with the rare exception of major security issues. I think even in v9 you should be able to use the "compat" bundles from the CDN to work around this, e.g.
These should be in UMD format. That might be a possible solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that the Firestore v9 SDK was changed to use fetch instead of XHR per this.
Can the same be done for v8? I'd like to use Firestore in the context of a Service Worker. I was able to get this working using v9 but unfortunately the browser support for ES modules in service workers is still limited (Chrome and Edge since 91; Safari since 15; Firefox none; see this).
Beta Was this translation helpful? Give feedback.
All reactions