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 54d0e93 commit c629462Copy full SHA for c629462
firebase-firestore/CHANGELOG.md
@@ -4,6 +4,8 @@ by opting into a release at
4
5
# Unreleased
6
- [fixed] Fixed an issue `waitForPendingWrites()` could lead to NullPointerException.
7
+- [feature] Added Query.count(), which fetches the number of documents in the
8
+ result set without actually downloading the documents (#NNNN).
9
10
# 24.2.0
11
- [feature] Added `TransactionOptions` to control how many times a transaction
0 commit comments