SupposedlySam / firefuel

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

refactor!: rename count methods for consistency #69

Closed SupposedlySam closed 1 year ago

SupposedlySam commented 1 year ago

Reason for Change

refactor!: renames count and streamCount to countAll and streamCountAll

Be more explicit, aligns with other methods such as readAll and streamAll, and leads us to look for other options like countWhere and streamCountWhere when using it in our apps.

Proposed Changes

Rename count and streamCount to countAll and streamCountAll

Type of Change

Checklist