react-native-firebase

Update Phone Number in Firebase Authentication - React Native

爱⌒轻易说出口 提交于 2019-11-26 23:43:04
问题 I have a screen it's a settings screen and I have an input that's for update data, so I want to update the signed phone number how can I achieve it? and how i get the credential? here's my code i used react-native-firebase v6+ import auth from '@react-native-firebase/auth'; const updateMobile = async () => { await auth().currentUser.updatePhoneNumber(credential => console.log(credential) ); }; When i call this function i got this error Attempt to invoke virtual method "boolean java.lang