Firebase Phone authentication and Linking
问题 i'm trying to link my phone number with my email password authentication. So i build my registration using below steps: User enters email address and password. then i call firebase.auth().createUserWithEmailAndPassword(values.email, values.password) then I need to link current account with phone number so I'm using firebase.auth().currentUser.linkWithPhoneNumber("+xxxxxxxxxx", xxx) however, i don't see any linking. 2 accounts created in my firebase console and the current user have phone