SupposedlySam / firefuel

A Firebase Cloud Firestore architecture to jump-start your project
MIT License
8 stars 1 forks source link

feat: add count, countWhere, streamCount, and streamCountWhere #65

Closed SupposedlySam closed 1 year ago

SupposedlySam commented 1 year ago

[Project Card Link]()

Reason for Change

Adds:

Proposed Changes

Use v4 of cloud_firestore to expose access to the new count function for count and countWhere. Provide access to a continually updated count through snapshots.

Type of Change

Checklist