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 99020fe commit b8f1631Copy full SHA for b8f1631
Firestore/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Unreleased
2
3
+# 1.3.1
4
+- [fixed] Disabling garbage collection now avoids even scheduling the
5
+ collection process. This can be used to prevent crashes in the background when
6
+ using `NSFileProtectionComplete`. Note that Firestore does not support
7
+ operating in this mode--nearly all API calls will cause crashes while file
8
+ protection is enabled. This change just prevents a crash when Firestore is
9
+ idle (#2846).
10
+
11
# 1.3.0
12
- [feature] You can now query across all collections in your database with a
13
given collection ID using the `Firestore.collectionGroup()` method.
0 commit comments