Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app name in the SMS sent for phone auth is the localhost 127.0.0.1 #50

Open
pr-Mais opened this issue Feb 24, 2022 · 1 comment
Open

Comments

@pr-Mais
Copy link
Contributor

pr-Mais commented Feb 24, 2022

Issue description

When using phone authentication, the SMS sent has 127.0.0.1 as the app name. Example:

image

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.

@himanshu-asint
Copy link

[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.

Have you also face this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants