AggregateQuery
interface
The results of requesting an aggregated query.
Methods
get
</>Executes the query and returns the results as a AggregateQuerySnapshot.
get(): Promise<AggregateQuerySnapshot<>>;
The results of requesting an aggregated query.
Executes the query and returns the results as a AggregateQuerySnapshot.
get(): Promise<AggregateQuerySnapshot<>>;