firebase / firebase/firebase-admin-java

[FR] Count documents in collection

未关闭
#908 2 条评论 0 个 reaction 已指派 1 人 已被 @dconeybe 认领 在 GitHub 查看
api: firestore type: feature request
主要语言
Java
星标
620
派生
305
平均合并
3 小时 23 分钟
30 天内合并 PR
1

描述

I'm frustrating with the inability to count my documents in a collection. it is described [here](https://firebase.google.com/docs/firestore/query-data/aggregation-queries#use_the_count_aggregation) that in Java you can count the documents when you get the `CollectionReference` and execute the `count().get().get().getCount()` . I'm using version **3.9.0** of `com.google.cloud:google-cloud-firestore` and there in `CollectionReference` I don't see any implementation of `count()`. Also [here](https://firebase.google.com/docs/reference/kotlin/com/google/firebase/firestore/CollectionReference) the class doesn't have the `count()` method aswell.

So I have a question - will `count()` be available soon? Also is there any workaround how I can count my documents in my collection? Thank you.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。