Skip to content

Commit 1882af7

Browse files
authored
Update authentication.md
1 parent 363c1b6 commit 1882af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ firestack.auth().updateUserEmail('[email protected]')
258258
Important: this is a security sensitive operation that requires the user to have recently signed in. If this requirement isn't met, ask the user to authenticate again and then call firebase.User#reauthenticate. This will Promise reject is the user is anonymous.
259259

260260
```javascript
261-
firestack.auth().updateUserPassword('foobar1234')
261+
firestack.auth().updatePassword('foobar1234')
262262
.then()
263263
.catch();
264264
```

0 commit comments

Comments
 (0)