React Native Firebase
    Preparing search index...

    Function to get an App Check token through a custom provider service. This is for "other" platform only, this is not supported on iOS and android.

    interface CustomProviderOptions {
        getToken: () => Promise<AppCheckToken>;
    }
    Index

    Properties

    Properties

    getToken: () => Promise<AppCheckToken>

    Function to get an App Check token through a custom provider service.