React Native Firebase
    Preparing search index...

    Options defining how a Stage is evaluated. Base type for stage option types.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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

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