Issue: When creating a user, the same phone number can be registered more than once if it has a different format.
- Run
firebase emulators:start --project demo-project
. - Open hosting web app (http:127.0.0.1:5000).
- Click button "+15555550100".
- Enter code.
- Emulator UI will show the number "+15555550100" being registered
- Click button "+1(555)5550100".
- Enter code.
- Emulator UI will show the number "+1(555)5550100" being registered as well