I am currently using Email and Phone number authentication using Firebase.
And i have 3 EditText for:
- Phone Number
- Password
But the problem is when the user is done registering it obviously creates 2 instance of accounts, one for the Email and second for the Phone number.
I would like to link the Email and Phone number together as one account. Is there any way to do that?