I have implemented PhoneAuth using RNFirebase and looking for an example to provide the ability to update the PhoneNumber if the user switches from one number to the other. I do see that there is a updatePhoneNumber API but still not clear on using the verifyPhoneNumber API, creating the AuthCredential and then calling the updatePhoneNumbe API. Does anyone have an example on how they all work together
Thanks