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;
}

Properties

skipTokenVerification?: boolean