Oracle® Backend For Firebase JavaScript Namespace SDK Reference, Release 26.1.0
    Preparing search index...
    Oracle® Backend For Firebase JavaScript Namespace SDK Reference
    Release 26.1.0

    G48197-02

    AggregateQuerySnapshot - Snapshot class to store the results of aggregate query execution.

    Type Parameters

    • T = any
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    query: Query<T>

    Returns the underlying query over which the aggregations are applied.

    Path string.

    type: string

    Returns the type of snapshot class (Used to identify AggregateQuerySnapshot)

    Type of snapshot.

    Methods

    • Returns the data received after query execution.

      Returns T

      Aggregate result.

    • Checks whether this AggregateQuerySnapshot is equal to the provided one.

      Parameters

      Returns boolean

      Returns true if both snapshots are the same.

      Throws an error if fb is not a FieldPath instance.