File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1227,8 +1227,7 @@ private void validateHasExplicitOrderByForLimitToLast() {
1227
1227
* Returns a query that counts the documents in the result set of this query.
1228
1228
*
1229
1229
* <p>The returned query, when executed, counts the documents in the result set of this query
1230
- * <em>without actually downloading the documents</em>. The count is performed on the server and
1231
- * only the resulting count is downloaded.
1230
+ * <em>without actually downloading the documents</em>.
1232
1231
*
1233
1232
* <p>Using the returned query to count the documents is efficient because only the final count,
1234
1233
* not the documents' data, is downloaded. The returned query can even count the documents if the
You can’t perform that action at this time.
0 commit comments