We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659de60 commit c2e84d3Copy full SHA for c2e84d3
Firestore/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Unreleased
2
3
+# v0.10.2
4
+- [changed] When you delete a FirebaseApp, the associated Firestore instances
5
+ are now also deleted (#683).
6
+- [fixed] Fixed race conditions in streams that could be exposed by rapidly
7
+ toggling the network from enabled to disabled and back (#772) or encountering
8
+ a failure from the server (#835).
9
+- [fixed] Addressed warnings shown by the latest versions of Xcode and CocoaPods.
10
+
11
# v0.10.1
12
- [fixed] Fixed a regression in Firebase iOS release 4.8.1 that could in certain
13
cases result in an "OnlineState should not affect limbo documents." assertion
0 commit comments