ReactNativeFirebaseAppCheckProviderWebOptions
interface
Properties
debugToken
</>debug token to use, if any. Defaults to undefined, pre-configure tokens in firebase web console if needed
debugToken: undefined | string;
provider
</>The web provider to use, either reCaptchaV3
or reCaptchaEnterprise
, defaults to reCaptchaV3
provider: "debug" | "reCaptchaV3" | "reCaptchaEnterprise";