whatcall - v0.0.0
    Preparing search index...

    Interface FirebaseConfig

    Firebase configuration, provided by the Firebase console.

    interface FirebaseConfig {
        apiKey: string;
        appId: string;
        authDomain: string;
        measurementId: string;
        messagingSenderId: string;
        projectId: string;
        storageBucket: string;
    }
    Index

    Properties

    apiKey: string
    appId: string
    authDomain: string
    measurementId: string
    messagingSenderId: string
    projectId: string
    storageBucket: string