React Native Firebase
    Preparing search index...

    Options for pipeline execute().

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

    interface PipelineExecuteOptions {
        indexMode?: "recommended";
        pipeline: Pipeline;
        rawOptions?: { [name: string]: unknown };
    }

    Hierarchy (View Summary)

    Index

    Properties

    indexMode?: "recommended"
    pipeline: Pipeline
    rawOptions?: { [name: string]: unknown }

    Escape hatch for options not known at build time (e.g. backend-specific snake_case options).