refactor(*): goodbye notifications

This commit is contained in:
Salakar
2019-11-25 13:24:02 +00:00
parent 44537d4e95
commit 0e025a13c2
7 changed files with 1 additions and 60 deletions

View File

@@ -39,7 +39,6 @@ for installation instructions on each individual module page.
| <Anchor href="/iid">Instance ID</Anchor> | <Badge type="downloads">@react-native-firebase/iid</Badge> | <Badge type="coverage">iid</Badge> |
| <Anchor href="/mlkit">ML Kit Natural Language</Anchor> | <Badge type="downloads">@react-native-firebase/ml-natural-language</Badge> | <Badge type="coverage">ml-natural-language</Badge> |
| <Anchor href="/mlkit">ML Kit Vision</Anchor> | <Badge type="downloads">@react-native-firebase/ml-vision</Badge> | <Badge type="coverage">ml-vision</Badge> |
| <Anchor href="/notifications">Notifications</Anchor> | <Badge type="downloads">@react-native-firebase/notifications</Badge> | <Badge type="coverage">notifications</Badge> |
| <Anchor href="/perf">Performance Monitoring</Anchor> | <Badge type="downloads">@react-native-firebase/perf</Badge> | <Badge type="coverage">perf</Badge> |
| <Anchor href="/database">Realtime Database</Anchor> | <Badge type="downloads">@react-native-firebase/database</Badge> | <Badge type="coverage">database</Badge> |
| <Anchor href="/remote-config">Remote Config</Anchor> | <Badge type="downloads">@react-native-firebase/remote-config</Badge> | <Badge type="coverage">remote-config</Badge> |

View File

@@ -1,11 +0,0 @@
---
title: Android Setup
description: Manually integrate Notifications into your Android application.
---
# Android Manual Linking
> The following steps are only required if your environment does not have access to React Native
> auto-linking.
## TODO

View File

@@ -1,10 +0,0 @@
---
title: Notifications
description: Notifications
---
# Notifications
Please note, the notifications module is not available at this current time.
Please see https://github.com/invertase/react-native-firebase/issues/2566 for more information.

View File

@@ -1,11 +0,0 @@
---
title: iOS Setup
description: Manually integrate Notifications into your iOS application.
---
# iOS Manual Linking
> The following steps are only required if your environment does not have access to React Native
> auto-linking.
## TODO

View File

@@ -1,10 +0,0 @@
---
title: Quick Start
description: Getting started with Notifications in React Native Firebase
---
# Notifications
Please note, the notifications module is not available at this current time.
Please see https://github.com/invertase/react-native-firebase/issues/2566 for more information.

View File

@@ -241,21 +241,6 @@
- text: iOS Installation
to: '/ios'
- module: notifications
groups:
- group: Notifications
children:
- text: Overview
to: '/'
- text: Quick Start
to: '/quick-start'
- group: Manual Installation
children:
- text: Android Installation
to: '/android'
- text: iOS Installation
to: '/ios'
- module: remote-config
groups:
- group: Remote Config