AppCheckOptions
interface
Options for App Check initialization.
Properties
isTokenAutoRefreshEnabled
</>If true, enables SDK to automatically
refresh AppCheck token as needed. If undefined, the value will default
to the value of app.automaticDataCollectionEnabled
. That property
defaults to false and can be set in the app config.
isTokenAutoRefreshEnabled: undefined | false | true;
provider
</>A reCAPTCHA V3 provider, reCAPTCHA Enterprise provider, or custom provider. Note that in react-native-firebase provider should always be ReactNativeAppCheckCustomProvider, a cross-platform implementation of an AppCheck CustomProvider
provider: CustomProvider | ReCaptchaV3Provider | ReCaptchaEnterpriseProvider;