How to merge emailAndPasswordAuth with PhoneAuth in Firebase?
问题 I am trying to First SignIn the User using Email and Password , Then after it, I want the user's Phone Number too. So what I did I first Signed the user using his EmailAndPasswordAuth on one Activity(Custom Sign in), and after it, I Signed In the user by his Phone Number on the Next activity. But since it becomes two accounts on the same phone, and I want to merge these google and phone credentials into one account. Then I tried to follow https://firebase.google.com/docs/auth/android/account