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
89
89
deprecated methods will be removed in the * next* major release of the
90
90
Firebase Unity SDK. * (Note: do not mix and match using the old
91
91
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 ) ).
92
95
93
96
### 10.7.0
94
97
- Changes
@@ -99,9 +102,6 @@ Release Notes
99
102
as a Java file instead of precompiling it. This is to better support
100
103
changes with the UnityPlayerActivity, and GameActivity options, in
101
104
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 ) ).
105
105
106
106
### 10.6.0
107
107
- Changes
You can’t perform that action at this time.
0 commit comments