React Native Firebase
    Preparing search index...
    AggregateStageOptions: StageOptions & {
        accumulators: AliasedAggregate[];
        groups?: (string | Selectable)[];
    }

    Options for Aggregate stage.

    Type Declaration

    • Betaaccumulators: AliasedAggregate[]

      The AliasedAggregate values specifying aggregate operations to perform on the input documents.

    • Optional Betagroups?: (string | Selectable)[]

      The Selectable expressions or field names to consider when determining distinct value combinations (groups), which will be aggregated over.