flutterfire_desktop icon indicating copy to clipboard operation
flutterfire_desktop copied to clipboard

🐛 [firebase_auth_desktop: ^1.0.2] reCAPTCHA failed in windows

Open ahmtydn opened this issue 2 years ago • 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

ahmtydn avatar May 05 '23 21:05 ahmtydn

Were you able to solve this issue?

himanshu-asint avatar Mar 15 '24 08:03 himanshu-asint