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
When using phone authentication, the SMS sent has 127.0.0.1 as the app name. Example:
Context
The reCAPTCHA verification step is done on the localhost server and launched in aa WebView, which is causing auth handler to use the domain as an app name.
Phone authentication on the desktop implementation is using the Identity Platform REST API. On Firebase iOS and Android SDK, the auth handler /__/auth/handler can detect and verify the app scheme, for instance, in the iOS SDK here, couple parameters sent which result in the correct app name being sent in the SMS.
The text was updated successfully, but these errors were encountered:
[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.
Issue description
When using phone authentication, the SMS sent has
127.0.0.1
as the app name. Example:Context
The reCAPTCHA verification step is done on the localhost server and launched in aa WebView, which is causing auth handler to use the domain as an app name.
Phone authentication on the desktop implementation is using the Identity Platform REST API. On Firebase iOS and Android SDK, the auth handler
/__/auth/handler
can detect and verify the app scheme, for instance, in the iOS SDK here, couple parameters sent which result in the correct app name being sent in the SMS.The text was updated successfully, but these errors were encountered: