You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm frustrating with the inability to count my documents in a collection. it is described here 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 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.
The text was updated successfully, but these errors were encountered:
If count() isn't available that is a serious problem! Could you show me a code snippet where you try to call count() but get a compiler error due to its non-existence?
I'm frustrating with the inability to count my documents in a collection. it is described here that in Java you can count the documents when you get the
CollectionReference
and execute thecount().get().get().getCount()
. I'm using version 3.9.0 ofcom.google.cloud:google-cloud-firestore
and there inCollectionReference
I don't see any implementation ofcount()
. Also here the class doesn't have thecount()
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.The text was updated successfully, but these errors were encountered: