I have an app were the users are already signed in using email. Each users have their documents like favorites and all. But now I want them to sign in with phone authentication too (Firebase). But the problem is when they verify phone, a new account is being created and they loose their old account with their data.
What can i do to let them verify phone number on their existing email signed in account without losing their old account and data?
Please help.