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 dcf5ec3 commit e7ed96cCopy full SHA for e7ed96c
firebase-firestore/src/main/java/com/google/firebase/firestore/AggregateQuerySnapshot.java
@@ -43,7 +43,7 @@ public AggregateQuery getQuery() {
43
return query;
44
}
45
46
- /** Returns the number of documents in the result set of the query. */
+ /** Returns the number of documents in the result set of the underlying query. */
47
public long getCount() {
48
return count;
49
0 commit comments