NexSDK
    Preparing search index...

    Interface SdkConfig

    interface SdkConfig {
        apiBaseUrl: string;
        firebaseConfig: {
            apiKey: string;
            appId: string;
            authDomain: string;
            messagingSenderId: string;
            projectId: string;
            storageBucket: string;
        };
    }
    Index

    Properties

    apiBaseUrl: string
    firebaseConfig: {
        apiKey: string;
        appId: string;
        authDomain: string;
        messagingSenderId: string;
        projectId: string;
        storageBucket: string;
    }