-
Notifications
You must be signed in to change notification settings - Fork 373
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
FR: sendPhoneNumberVerification(String phoneNumber) #260
Comments
Hey @douglaszaltron, our phone auth system depends on app verification before sending the SMS code. We need to verify the app identity (reCAPTCHA, APNs push notifications, etc) before sending the SMS code for security reasons. This is why, unlike the email verification case (which we can support), we don't offer this option in the Admin SDK. For now and if this is a blocker to your application, you can use a third party API for sending SMS messages from your server if you want to do your own validation. You can then use the Admin SDK to You are welcome to file a feature request for this via official channels. |
Thank you! Okay, it would be a very interesting future implementation. |
One method I have need is sending the validation sms code to authenticate via phone number, on the server side. With this I pass validations before the user logs into the application, for example in enterprise applications I need to validate the information in another database before releasing the access. This sounds similar to #46 (Except with phone numbers, instead of email). Do you have any ideas for that, @bojeil-google?
The text was updated successfully, but these errors were encountered: