mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
refactor(*): goodbye notifications
This commit is contained in:
@@ -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> |
|
||||
|
||||
@@ -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
|
||||
@@ -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.
|
||||
@@ -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
|
||||
@@ -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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user