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 a2d38c5 commit d6d273aCopy full SHA for d6d273a
Firestore/CHANGELOG.md
@@ -4,6 +4,12 @@
4
- [feature] Added `whereField(arrayContains:)` query filter to find
5
documents where an array field contains a specific element.
6
- [fixed] Fixed compilation with older Xcode versions (#1517).
7
+- [fixed] Fixed a performance issue where large write batches with hundreds of
8
+ changes would take a long time to read and write and consume excessive memory.
9
+ Large write batches should now see no penalty.
10
+- [fixed] Fixed a performance issue where adding a listener for a large
11
+ (thousands of documents) collection would take a long time in offline mode
12
+ (#1477).
13
14
# v0.12.5
15
- [changed] Internal improvements.
0 commit comments