Skip to content

Commit 5db0737

Browse files
authored
Add a changelog entry for "Stop persisting last acknowledged batch ID"
1 parent 557749e commit 5db0737

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
@@ -9,6 +9,9 @@
99
- [feature] DocumentSnapshot.get() now supports retrieving fields as
1010
custom objects (POJOs) by passing a Class<T> instance, e.g.
1111
`snapshot.get("field", CustomType.class)`.
12+
- [fixed] Fixed a crash that could happen when the app is shut down after
13+
a write has been sent to the server but before it has been received on
14+
a listener.
1215

1316
# 17.1.5
1417
- [changed] Firestore now recovers more quickly from bad network states.

0 commit comments

Comments
 (0)