webRecaptchaSiteKey property
The web reCAPTCHA site key. Empty (the default) ⇒ falls back to
AppConfigBase.appCheckRecaptchaSiteKey (APP_CHECK_RECAPTCHA_SITE_KEY);
if that is also empty, web uses WebDebugProvider (dev / keyless web builds
— a keyless --release web build would otherwise throw "Missing required
parameters: sitekey"). Ignored when webProviderOverride is set. Prefer
configuring the site key via AppConfigBase per flavor and leaving this
empty.
Implementation
final String webRecaptchaSiteKey;