whatcall - v0.0.0
    Preparing search index...

    Interface FirebaseEmulatorConfig

    Optional configuration to set the application to use Firebase emulator

    interface FirebaseEmulatorConfig {
        auth: string;
        firestore: { host: string; port: number };
        storage: { host: string; port: number };
    }
    Index

    Properties

    auth: string

    URL of the auth emulator e.g. 'https://localhost:8001'

    firestore: { host: string; port: number }

    Endpoint for the firestore emulator

    storage: { host: string; port: number }

    storage Endpoint for the storage emulator