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 5c67653 commit ff3a03bCopy full SHA for ff3a03b
Firestore/CHANGELOG.md
@@ -8,6 +8,9 @@
8
exist (instead of returning a nil DocumentSnapshot). Code that was previously
9
doing `if (snapshot) { ... }` must be changed to
10
`if (snapshot.exists) { ... }`.
11
+- [fixed] Fixed a crash that could happen when the app is shut down after
12
+ a write has been sent to the server but before it has been received on
13
+ a listener (#2237).
14
15
# v0.16.1
16
- [fixed] Offline persistence now properly records schema downgrades. This is a
0 commit comments