[skip ci] docs

This commit is contained in:
ehesp
2019-04-08 12:34:48 +01:00
parent 61ec73e72d
commit 20883416fd
13 changed files with 347 additions and 9 deletions

View File

@@ -17,13 +17,13 @@ To get started, install the module on your platform:
<Grid columns="2">
<Block
title="Android"
to="/<< version >>/authentication/installation#android"
to="/<< version >>/auth/installation#android"
>
Follow the Android installation guide.
</Block>
<Block
title="iOS"
to="/{{ version }}/authentication/installation#ios"
to="/{{ version }}/auth/installation#ios"
>
Follow the iOS installation guide.
</Block>
@@ -36,7 +36,7 @@ To get started, install the module on your platform:
icon="build"
color="#ffc107"
title="Quick Start"
to="/{{ version }}/authentication/quick-start"
to="/{{ version }}/auth/quick-start"
>
Getting started with authentication? The quick guide will have you up and running in minutes.
</Block>
@@ -52,7 +52,7 @@ To get started, install the module on your platform:
icon="layers"
color="#03A9F4"
title="Reference"
to="/{{ version }}/authentication/reference"
to="/{{ version }}/auth/reference"
>
The authentication API reference documentation provides detailed information for each of the classes and methods.
</Block>

View File

@@ -1,9 +1,9 @@
---
title: Auth Installation
description: Installing Firebase Auth for Android & iOS
title: Authentication Installation
description: Installing Firebase Authentication for Android & iOS
---
# Auth Installation
# Authentication Installation
TODO

24
docs/auth/quick-start.md Normal file
View File

@@ -0,0 +1,24 @@
---
title: Authentication Quick Start
description: Get to grips with the basics of auth in React Native Firebase
---
# Auth Quick Start
## Module usage
TODO
## Subscribe to auth state changes
TODO
## Persisting the users auth state
TODO
## Reacts lifecycle
TODO
## Auth providers