From 0bc3fbf3eacf08a7a7aadec4838fa73523a4b8eb Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Thu, 6 Apr 2017 12:44:08 +0100 Subject: [PATCH] Update authentication.md --- docs/api/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/authentication.md b/docs/api/authentication.md index 1243e36a..e73c7cab 100644 --- a/docs/api/authentication.md +++ b/docs/api/authentication.md @@ -1,6 +1,6 @@ # Authentication -RNFirebase handles authentication for us out of the box, both with email/password-based authentication and through oauth providers (with a separate library to handle oauth providers). +RNFirebase handles authentication for us out of the box, both with email/password-based authentication and through oauth providers (with a separate library to handle oauth providers, see [examples](#examples)). > Authentication requires Google Play services to be installed on Android.