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 21c0f3c commit 6c729f7Copy full SHA for 6c729f7
packages/firestore/CHANGELOG.md
@@ -4,6 +4,10 @@
4
values safely without transactions.
5
- [changed] Improved performance when querying over documents that contain
6
subcollections.
7
+- [changed] Prepared the persistence layer to support collection group queries.
8
+ While this feature is not yet available, all schema changes are included
9
+ in this release. Once you upgrade, you will not be able to use an older version
10
+ of the Firestore SDK with persistence enabled.
11
12
# 1.0.4
13
- [fixed] Fixed an uncaught promise error occurring when `enablePersistence()`
0 commit comments