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 db4070d commit 30b4876Copy full SHA for 30b4876
Firestore/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Unreleased
2
3
+# 1.3.2
4
+- [fixed] Firestore should now recover its connection to the server more
5
+ quickly after being on a network suffering from total packet loss (#2987).
6
+- [fixed] Changed gRPC-C++ dependency to 0.0.9 which adds support for using it
7
+ concurrently with the Objective-C gRPC CocoaPod. This fixes certificate
8
+ errors you might encounter when trying to use Firestore and other Google
9
+ Cloud Objective-C APIs in the same project.
10
+
11
# 1.3.1
12
- [fixed] Disabling garbage collection now avoids even scheduling the
13
collection process. This can be used to prevent crashes in the background when
0 commit comments