Options for App Check initialization.
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
The token returned from an AppCheckProvider.
Result returned by getToken().
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.
Options for ReactNativeFirebaseAppCheckProvider on android.
Options for ReactNativeFirebaseAppCheckProvider on apple.
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.
Options for ReactNativeFirebaseAppCheckProvider.
Options for ReactNativeFirebaseAppCheckProvider on web.
Platform-specific provider options configuration.
A function that unsubscribes from an event listener.
The Firebase App Check service interface.