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
[x] โจ New feature (non-breaking change which adds functionality)
[ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
[Project Card Link]()
Reason for Change
Adds:
count
countWhere
streamCount
streamCountWhere
Proposed Changes
Use v4 of
cloud_firestore
to expose access to the newcount
function forcount
andcountWhere
. Provide access to a continually updated count through snapshots.Type of Change
Checklist