React Native Firebase
    Preparing search index...

    Classes

    CustomProvider

    Custom provider class.

    Interfaces

    AppCheck

    App Check module instance - returned from firebase.appCheck() or firebase.app().appCheck()

    AppCheckOptions

    Options for App Check initialization.

    AppCheckProvider

    An App Check provider. This can be either the built-in reCAPTCHA provider or a custom provider. For more on custom providers, see https://firebase.google.com/docs/app-check/web-custom-provider

    AppCheckStatics

    Static properties available on firebase.appCheck

    AppCheckToken

    The token returned from an AppCheckProvider.

    AppCheckTokenResult

    Result returned by getToken().

    CustomProviderOptions

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

    Observer
    ReactNativeFirebaseAppCheckProvider

    An App Check provider. This can be either the built-in reCAPTCHA provider or a custom provider. For more on custom providers, see https://firebase.google.com/docs/app-check/web-custom-provider

    ReactNativeFirebaseAppCheckProviderAndroidOptions
    ReactNativeFirebaseAppCheckProviderAppleOptions
    ReactNativeFirebaseAppCheckProviderConfig

    Configuration object for ReactNativeFirebaseAppCheckProvider that can be passed directly with providerOptions (for convenience in initialization). The runtime accepts objects with providerOptions even if they don't have getToken() and configure() methods.

    ReactNativeFirebaseAppCheckProviderOptions
    ReactNativeFirebaseAppCheckProviderWebOptions

    Namespaces

    FirebaseAppCheckTypes

    Type Aliases

    AppCheckListenerResult

    The result return from onTokenChanged

    CompleteFn
    ErrorFn
    FirebaseApp

    FirebaseApp type with appCheck() method.

    NextFn
    PartialObserver
    ProviderWithOptions

    Type representing providers that have providerOptions. Used for type narrowing in runtime code.

    ReactNativeFirebaseAppCheckProviderOptionsMap

    Platform-specific provider options configuration.

    Unsubscribe

    A function that unsubscribes from token changes.