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 138d45e commit 6304c23Copy full SHA for 6304c23
Firestore/CHANGELOG.md
@@ -6,6 +6,7 @@
6
- [feature] Change Firestore's Swift Package Manager distribution from source
7
to binary to reduce the time it takes to add the Firebase package and to
8
build the Firestore SDK (#6564).
9
+- [fixed] Fixed SSL symbol collision issue affecting SwiftPM users. (#6869)
10
11
# 10.7.0
12
- [feature] Add support for disjunctions in queries (`OR` queries).
Firestore/Swift/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 10.9.0
2
+- [changed] The async `CollectionReference.addDocument(data:)` API now returns
3
+ a discardable result. (#10640)
4
+
5
# 10.4.0
- [fixed] Restore 9.x Codable behavior of encoding `Data` types as an `NSData`
blob instead of a String.
0 commit comments