Merge pull request #211 from ehacinom/patch-1

fixed dead link to authentication#user
This commit is contained in:
Elliot Hesp 2017-06-27 21:10:48 +01:00 committed by GitHub
commit 7db8b07f34
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