Relative Content

Tag Archive for androidkotlinandroid-studioauthenticationfirebase-authentication

How to link the user id of Phone authentication with user id of email password authentication in Firebase (Android Studio)

I am a beginner in android development and am making a pretty simple Login-Signup app that first logs in the users with email and password and then goes on to Phone authentication to verify their phone number via OTP. Now I found that Firebase provides different user ids to the Email/password authentication and Phone authentication. But I need them both to be under one userid so that they can login their account through email or phone number.