recaptchaVerifierForWebProvider property

RecaptchaVerifier? Function(bool)? recaptchaVerifierForWebProvider
final

Custom reCAPTCHA for web-based authentication.

The boolean in the function is provided which can be used to check whether the platform is web or not.

NOTE : Only pass a RecaptchaVerifier instance if you're on web, else an error occurs.

Implementation

final RecaptchaVerifier? Function(bool)? recaptchaVerifierForWebProvider;