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 0adab97 commit 2699599Copy full SHA for 2699599
firestore/main/index.js
@@ -1145,4 +1145,12 @@ describe('Firestore Smoketests', () => {
1145
it('should find all museums when querying a collection group', () => {
1146
return collectionGroupQuery(db);
1147
});
1148
+
1149
+ it('should count the number of documents in a collection', () => {
1150
+ return countAggregateCollection(db);
1151
+ });
1152
1153
+ it('should count the number of documents in a filtered query', () => {
1154
+ return countAggregateQuery(db);
1155
1156
0 commit comments