GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.14k stars 155 forks source link

Add Query.count to FireStore for Android, iOS #657

Open mrHerintsoaHasina opened 1 week ago

mrHerintsoaHasina commented 1 week ago

Hi

I found missing API for aggregation queries as documented here. In my case, I want to use the count method. But it would be nice also to include the others methods like sum and average.