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 251a70f commit 8ea6b0dCopy full SHA for 8ea6b0d
Firestore/CHANGELOG.md
@@ -4,6 +4,12 @@
4
is IN a specified array. `whereField(_:arrayContainsAny:)` finds documents
5
where a specified field is an array and contains ANY element of a specified
6
array.
7
+- [changed] Firestore SDK now uses Nanopb rather than the Objective-C Protobuf
8
+ library for parsing protos. This change does not affect visible behavior of
9
+ the SDK in any way. While we don't anticipate any issues, please [report any
10
+ issues with network behavior or
11
+ persistence](https://github.com/firebase/firebase-ios-sdk/issues/new) that you
12
+ experience.
13
14
# v1.6.1
15
- [fixed] Fix a race condition that could cause a segmentation fault during
0 commit comments