React Native Firebase
    Preparing search index...

    Source stage options for collectionGroup.

    Note: rawOptions are currently applied on Android and web only. iOS rejects them because the native Firestore pipeline SDK does not yet expose collection group source options.

    interface PipelineCollectionGroupSourceOptions {
        collectionId?: string;
        rawOptions?: { [name: string]: unknown };
    }
    Index

    Properties

    collectionId?: string
    rawOptions?: { [name: string]: unknown }