App Check module instance - returned from firebase.appCheck() or firebase.app().appCheck()
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
Static properties available on firebase.appCheck
The token returned from an AppCheckProvider.
Result returned by getToken().
Function to get an App Check token through a custom provider service.
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
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.
The result return from onTokenChanged
FirebaseApp type with appCheck() method.
Type representing providers that have providerOptions. Used for type narrowing in runtime code.
Platform-specific provider options configuration.
A function that unsubscribes from token changes.
Custom provider class.