Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎docs/api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ firestack.auth().updateUserEmail('foo@bar.com')
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)

AltStyle によって変換されたページ (->オリジナル) /