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 557749e commit 5db0737Copy full SHA for 5db0737
firebase-firestore/CHANGELOG.md
@@ -9,6 +9,9 @@
9
- [feature] DocumentSnapshot.get() now supports retrieving fields as
10
custom objects (POJOs) by passing a Class<T> instance, e.g.
11
`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.
15
16
# 17.1.5
17
- [changed] Firestore now recovers more quickly from bad network states.
0 commit comments