mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-08 21:23:12 +08:00
[skip ci] docs
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
24
docs/auth/quick-start.md
Normal 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
|
||||
Reference in New Issue
Block a user