Skip to content

Commit f474060

Browse files
Added FieldValue.increment() to Changelog (#257)
1 parent 88b39f9 commit f474060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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.
25
- [fixed] Fixed calculation of SQLite database size on Android 9 Pie devices.
36
Previous method could be off by a few MBs on these devices, potentially
47
delaying garbage collection.

0 commit comments

Comments
 (0)