File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,9 @@ Release Notes
8989 deprecated methods will be removed in the * next* major release of the
9090 Firebase Unity SDK. * (Note: do not mix and match using the old
9191 and new methods or undefined behavior may result.)*
92+ - Firestore: Added ` Query.Count() ` , which fetches the number of documents in
93+ the result set without actually downloading the documents
94+ ([ #659 ] ( https://github.com/firebase/firebase-unity-sdk/pull/659 ) ).
9295
9396### 10.7.0
9497- Changes
@@ -99,9 +102,6 @@ Release Notes
99102 as a Java file instead of precompiling it. This is to better support
100103 changes with the UnityPlayerActivity, and GameActivity options, in
101104 the Unity 2023 editor.
102- - Firestore: Added ` Query.Count() ` , which fetches the number of documents in
103- the result set without actually downloading the documents
104- ([ #659 ] ( https://github.com/firebase/firebase-unity-sdk/pull/659 ) ).
105105
106106### 10.6.0
107107- Changes
You can’t perform that action at this time.
0 commit comments