yolkbot
    Preparing search index...

    Interface FirebaseParams

    Parameters for the Firebase constructor

    interface FirebaseParams {
        firebaseKey?: string | null;
        proxy?: string;
        proxyService?: boolean;
    }
    Index

    Properties

    firebaseKey?: string | null
    proxy?: string
    proxyService?: boolean