Fix updateEmail method
This commit is contained in:
parent
a5f9e278d7
commit
657b9e4e91
|
@ -249,7 +249,7 @@ Updates the user's email address. See Firebase docs for more information on secu
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
firebase.auth().currentUser
|
firebase.auth().currentUser
|
||||||
.updateUserEmail('foo@bar.com')
|
.updateEmail('foo@bar.com')
|
||||||
.then()
|
.then()
|
||||||
.catch();
|
.catch();
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue