Fires2REST - v0.3.0
    Preparing search index...

    Interface AggregationResult

    Result of an aggregation query

    interface AggregationResult {
        readTime: string;
        result: { aggregateFields: Record<string, FirestoreValue> };
    }
    Index

    Properties

    Properties

    readTime: string

    The time at which the aggregate was computed

    result: { aggregateFields: Record<string, FirestoreValue> }

    The aggregation results