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 061a97d commit 1363332Copy full SHA for 1363332
Firestore/CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Unreleased
2
-- [changed] Improved performance when querying over documents that contain
3
- subcollections.
+
+# 1.1.0
4
- [feature] Added `FieldValue.increment()`, which can be used in
5
`updateData(_:)` and `setData(_:merge:)` to increment or decrement numeric
6
field values safely without transactions.
7
+- [changed] Improved performance when querying over documents that contain
8
+ subcollections (#2466).
9
- [changed] Prepared the persistence layer to support collection group queries.
10
While this feature is not yet available, all schema changes are included
11
in this release.
0 commit comments