React Native Firebase
    Preparing search index...
    CollectionGroupStageOptions: StageOptions & {
        collectionId: string;
        forceIndex?: string;
    }

    Options for CollectionGroup stage.

    Type Declaration

    • BetacollectionId: string

      ID of the collection group to use as the Pipeline source.

    • Optional BetaforceIndex?: string

      Specifies the name of an index to be used for a query, overriding the query optimizer's default choice. This can be useful for performance tuning in specific scenarios where the default index selection does not yield optimal performance. This property is optional. When provided, it should be the exact name of the index to force.