This question already has an answer here:
i have a collection "Store"
in that having number of documents
how i get the count of documents in that collection.
This question already has an answer here:
i have a collection "Store"
in that having number of documents
how i get the count of documents in that collection.
I believe there is no built in method for this but you can try this! First get all the documents in a List and then just get the size.
Src:get data with Firestore