mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-27 19:25:20 +08:00
Merge pull request #211 from ehacinom/patch-1
fixed dead link to authentication#user
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user