yolkbot
    Preparing search index...

    Interface FirebaseParams

    Parameters for the Firebase constructor

    interface FirebaseParams {
        firebaseKey?: string | null;
        identityToolkitURL?: string;
        proxy?: string;
        secureTokenURL?: string;
    }
    Index

    Properties

    firebaseKey?: string | null

    The firebase key to use; default the ingame one

    identityToolkitURL?: string

    The base URL for identitytoolkit; default "https://identitytoolkit.googleapis.com/v1"

    proxy?: string

    A socks proxy to use for each request

    secureTokenURL?: string

    The base URL for securetoken; default "https://securetoken.googleapis.com/v1"