React Native Firebase
    Preparing search index...

    Accumulator for pipeline aggregate() (e.g. avg(field('rating')).as('avgRating'), countAll().as('total')).

    interface Accumulator {
        _brand?: "Accumulator";
        as(name: string): AliasedAggregate;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    _brand?: "Accumulator"