fixed dead link to authentication#user

This commit is contained in:
ehacinom 2017-06-27 00:22:24 -05:00 committed by GitHub
parent 4cfaa7bece
commit 848ea4203c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RNFirebase handles authentication for us out of the box, both with email/passwor
### Properties
##### `authenticated: boolean` - Returns the current Firebase authentication state.
##### `currentUser: User | null` - Returns the currently signed-in user (or null). See the [User](/docs/api/authentication.md#user) class documentation for further usage.
##### `currentUser: User | null` - Returns the currently signed-in user (or null). See the [User](/modules/authentication.md#user) class documentation for further usage.
### Methods