From 86ae2a83b16c7c98ecab3d04bfdbc8a7a764e361 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Thu, 28 Feb 2019 13:05:44 +0000 Subject: [PATCH] Create index.md --- docs/authentication/index.md | 85 ++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 docs/authentication/index.md diff --git a/docs/authentication/index.md b/docs/authentication/index.md new file mode 100644 index 00000000..4564b848 --- /dev/null +++ b/docs/authentication/index.md @@ -0,0 +1,85 @@ +--- +title: Authentication +description: Authenticate users with your application. React Native Firebase integrates with all Firebase Auth providers. +--- + +# Authentication + +The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. +React Native Firebase provides access to all Firebase authentication methods and idenity providers. + +To get started, install the module on your platform: + + + + Follow the Android installation guide. + + + Follow the iOS installation guide. + + + +## Getting Started + + + + Getting started with authentication? The quick guide will have you up and running in minutes. + + + Looking for advanced authentication help? Our indepth guides cover topics such as social integration. + + + The authentication API reference documentation provides detailed information for each of the classes and methods. + + + +## Learn more + +Our documentation is a great place to start, however if you're looking for more help or want to help others, +check out the resources below: + + + + + +