FirebaseExtended / flutterfire_desktop

An early-stage, experimental pure-Dart implementation of Firebase SDKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐛 [firebase_auth_desktop: ^1.0.2] reCAPTCHA failed in windows

ahmtydn opened this issue · 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