React Native Firebase
    Preparing search index...

    Source stage options for collection.

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

    interface PipelineCollectionSourceOptions {
        collectionRef?: CollectionReference<DocumentData, DocumentData>;
        path?: string;
        rawOptions?: { [name: string]: unknown };
    }
    Index

    Properties

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