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: + + + + + +