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 88b39f9 commit f474060Copy full SHA for f474060
firebase-firestore/CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Unreleased
2
+- [feature] Added `FieldValue.increment()`, which can be used in `update()`
3
+ and `set(..., SetOptions.merge())` to increment or decrement numeric field
4
+ values safely without transactions.
5
- [fixed] Fixed calculation of SQLite database size on Android 9 Pie devices.
6
Previous method could be off by a few MBs on these devices, potentially
7
delaying garbage collection.
0 commit comments