We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f13dfc commit 7cdeedeCopy full SHA for 7cdeede
packages/firestore/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Unreleased
2
-- [fixed] Reverted the use of the "crypto" global since it caused some user
3
- issues (#2872).
+- [fixed] Temporarily reverted the use of window.crypto to generate document
+ IDs to address compatibility issues with IE 11, WebWorkers, and React Native.
4
- [changed] Firestore now limits the number of concurrent document lookups it
5
will perform when resolving inconsistencies in the local cache (#2683).
6
- [changed] Changed the in-memory representation of Firestore documents to
0 commit comments