Genkit JS API reference
    Preparing search index...

    Debug features that can be enabled to simplify testing. These features are in a JSON object for FIREBASE_DEBUG_FEATURES and only take effect if FIREBASE_DEBUG_MODE=true.

    Do not set these variables in production.

    interface DebugFeatures {
        skipTokenVerification?: boolean;
    }
    Index

    Properties

    skipTokenVerification?: boolean