Skip to content

Add [Query].[count()] to [FireStore] for [Android/IOS] #699

@baseemomar

Description

@baseemomar

Add support for thecount()function in Query to retrieve the count of documents matching a query without fetching the entire data. This will return an AggregateQuery which can be executed using get(AggregateSource). This feature significantly reduces network usage and Firestore read costs, especially for large datasets.

Metadata

Metadata

Assignees

No one assigned

    Labels

    API coverageRequest for missing APIs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions