Hello All,
When amplify application is created, it only allow from the console email or SMS verification.
In my application I want to let users to sigup using below methods:
- Phone numbers (so SMS verification)
- Federated identities (Google/Facebook)
I am able to setup federated and email except that when sigup with Phone number, the confirmation code is not sent to user phone. I guest this is because I choose email verification in the console.
How to allow sign up users using Phone numbers when Email verification is choosed in the console ?