mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
Fix updateEmail method
This commit is contained in:
committed by
GitHub
parent
a5f9e278d7
commit
657b9e4e91
@@ -249,7 +249,7 @@ Updates the user's email address. See Firebase docs for more information on secu
|
||||
|
||||
```javascript
|
||||
firebase.auth().currentUser
|
||||
.updateUserEmail('foo@bar.com')
|
||||
.updateEmail('foo@bar.com')
|
||||
.then()
|
||||
.catch();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user