Skip to content

Commit 6a5c878

Browse files
authored
Update authentication.md
1 parent 8cda6c9 commit 6a5c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Refreshes the current user.
227227

228228
```javascript
229229
firestack.auth().currentUser
230-
.getToken()
230+
.reload()
231231
.then((user) => {})
232232
.catch();
233233
```

0 commit comments

Comments
 (0)