FirebaseExtended/flutterfire_desktop

๐Ÿ› [firebase_auth_desktop: ^1.0.2] reCAPTCHA failed in windows

ahmtydn opened this issue ยท 1 comments

I encounter the following error when trying to use the FirebaseAuth.instance.signInWithPhoneNumber() method on a Windows platform:

[firebase_auth/captcha-check-failed] The provided reCAPTCHA response token is invalid, expired, already used, or the field associated with it does not match the fields in the whitelist.

How can I solve this?

dependency_overrides:
  firebase_core_desktop: ^1.0.2
  firebase_auth_desktop: ^1.0.2

Were you able to solve this issue?