You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signInWithPhoneNumber method works fine for web platform. signInWithPhoneNumber method for desktop (macos, windows) only works with test phone number and verification code.
But it does not work with any real phone numbers. This error shows up when any real phone number is provided.
[firebase_auth/captcha-check-failed] The reCAPTCHA response token was invalid, expired, or is called from a non-whitelisted domain.
How can I solve this issue?
The text was updated successfully, but these errors were encountered:
signInWithPhoneNumber
method works fine for web platform.signInWithPhoneNumber
method for desktop (macos, windows) only works with test phone number and verification code.But it does not work with any real phone numbers. This error shows up when any real phone number is provided.
How can I solve this issue?
The text was updated successfully, but these errors were encountered: