React Native Firebase
    Preparing search index...

    Source stage options for database.

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

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

    Properties

    Properties

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