https://kotlinlang.org logo
Title
u

user

06/26/2022, 9:51 AM
Why I am not able to link Multiple Auth Providers to an Firebase Account on Android Jetpack compose? I have sign in project in jetpack project so, I want to use phone authentication also in my project, so when I complete my process, in firebase providers section, my email and phone number not link, I read example question, and I added this line of code in my project val credential = PhoneAuthProvider.getCredential(verificationOtp, otp) auth.currentUser?.linkWithCredential(credential)...