From 848ea4203cd70ba875e9e98a01b7ce1f51ed6bfc Mon Sep 17 00:00:00 2001 From: ehacinom Date: Tue, 27 Jun 2017 00:22:24 -0500 Subject: [PATCH] fixed dead link to authentication#user --- docs/modules/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/authentication.md b/docs/modules/authentication.md index 9b535fdd..ac6c0a73 100644 --- a/docs/modules/authentication.md +++ b/docs/modules/authentication.md @@ -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