Skip to content

Commit c97f4a7

Browse files
authored
Update authentication.md
1 parent 15bd343 commit c97f4a7

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
@@ -9,7 +9,7 @@ Firestack handles authentication for us out of the box, both with email/password
99
### Properties
1010

1111
##### `authenticated: boolean` - Returns the current Firebase authentication state.
12-
##### `currentUser: User | null` - Returns the currently signed-in user (or null). See the [User](/docs/api/authentication#user) class documentation for further usage.
12+
##### `currentUser: User | null` - Returns the currently signed-in user (or null). See the [User](/docs/api/authentication.md#user) class documentation for further usage.
1313

1414
### Methods
1515

0 commit comments

Comments
 (0)