CSFrequency / react-firebase-hooks

React Hooks for Firebase.
Apache License 2.0
3.55k stars 304 forks source link

Enable support for query count #280

Open Rohitbels opened 1 year ago

Rohitbels commented 1 year ago

Count documents with aggregation queries is now supported https://firebase.google.com/docs/firestore/query-data/aggregation-queries.

can we add support for the same,

useCollectionCount?????

I can work on this

chrisbianca commented 1 year ago

@Rohitbels by all means, if you'd like to work on this then please feel free to submit a PR

Rohitbels commented 1 year ago

@chrisbianca I have made the changes but not sure how to test.

I tried using yarn link for local testing but got some errors.

How do you dev test?