Skip to content

Commit 30618d5

Browse files
docs: scrubbed relevant dynamic link docs
1 parent 55d8a74 commit 30618d5

10 files changed

Lines changed: 7 additions & 15 deletions

File tree

docs/analytics/usage/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,11 @@ with any of the following event names will throw an error.
127127
| `adunit_exposure` | `app_background` | `app_clear_data` |
128128
| `app_remove` | `app_store_refund` | `app_store_subscription_cancel` |
129129
| `app_store_subscription_convert` | `app_store_subscription_renew` | `app_update` |
130-
| `app_upgrade` | `dynamic_link_app_open` | `dynamic_link_app_update` |
131-
| `dynamic_link_first_open` | `error` | `first_open` |
130+
| `app_upgrade` | `error` | `first_open` |
132131
| `first_visit` | `in_app_purchase` | `notification_dismiss` |
133132
| `notification_foreground` | `notification_open` | `notification_receive` |
134133
| `os_update` | `session_start` | `session_start_with_rollout` |
135-
| `user_engagement` |
134+
| `user_engagement` | | |
136135

137136
## App instance id
138137

docs/database/presence-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Presence Detection
33
description: Show a realtime list of online users with Realtime Database.
4-
next: /dynamic-links/usage
4+
next: /firestore/usage
55
previous: /database/offline-support
66
---
77

docs/dynamic-links/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dynamic Links
3-
description: Installation and getting started with Dynamic Links.
3+
description: Dynamic Links has been removed.
44
icon: //static.invertase.io/assets/firebase/dynamic-links.svg
55
next: /in-app-messaging/usage
66
previous: /database/presence-detection

docs/faqs-and-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you come across a discussion that results in great advice that can benefit ma
1616

1717
This package wraps `firebase-android-sdk` and `firebase-ios-sdk` into a Javascript API for React Native projects, so the main benefits come with the access to native code.
1818

19-
- There are more modules in the native SDKs than the web SDK because some things only make sense in a mobile / native context (Dynamic Links, App Distribution, Crashlytics), so you can actually do more, and some of it is important for example, making an app more viral with Dynamic Links or monitoring quality with Crashlytics
19+
- There are more modules in the native SDKs than the web SDK because some things only make sense in a mobile / native context ( App Distribution, Crashlytics), so you can actually do more, and some of it is important for example, monitoring quality with Crashlytics
2020

2121
- Some of the modules that are both in the web SDK and native SDK have a great deal more functionality when they can harness native APIs, like messaging (with background delivery that can start your app if not running), like App Check where you can tie the attestation to device-level providers, Storage where you can do background downloads, Performance where you can start measurements from boot, etc.
2222

docs/in-app-messaging/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: In App Messaging
33
description: Installation and getting started with In App Messaging.
44
icon: //static.invertase.io/assets/firebase/in-app-messaging.svg
55
next: /installations/usage
6-
previous: /dynamic-links/usage
6+
previous: /functions/usage
77
---
88

99
# Installation

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ On the Firebase console, add a new Android application and enter your projects d
120120
local projects package name which can be found inside of the `namespace` field in `/android/app/build.gradle`, or in the
121121
`manifest` tag within the `/android/app/src/main/AndroidManifest.xml` file within your project for projects using android gradle plugin v7 and below
122122

123-
> The debug signing certificate is optional to use Firebase with your app, but is required for Dynamic Links, Invites and Phone Authentication.
123+
> The debug signing certificate is optional to use Firebase with your app, but is required for Invites and Phone Authentication.
124124
> To generate a certificate run `cd android && ./gradlew signingReport`. This generates two variant keys.
125125
> You have to copy **both** 'SHA1' and 'SHA-256' keys that belong to the 'debugAndroidTest' variant key option.
126126
> Then, you can add those keys to the 'SHA certificate fingerprints' on your app in Firebase console.

docs/migrating-to-v6.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ Install the modules required for your application:
262262
| <Anchor href="v6/messaging">Cloud Messaging</Anchor> | @react-native-firebase/messaging |
263263
| <Anchor href="v6/storage">Cloud Storage</Anchor> | @react-native-firebase/storage |
264264
| <Anchor href="v6/crashlytics">Crashlytics</Anchor> | @react-native-firebase/crashlytics |
265-
| <Anchor href="v6/links">Dynamic Links</Anchor> | @react-native-firebase/dynamic-links |
266265
| <Anchor href="v6/in-app-messaging">In-app Messaging</Anchor> | @react-native-firebase/in-app-messaging |
267266
| <Anchor href="v6/iid">Instance ID</Anchor> | @react-native-firebase/iid |
268267
| <Anchor href="v6/ml">ML</Anchor> | @react-native-firebase/ml |

docs/platforms.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Below is a table outlining which Firebase modules are supported on each platform
3535
| auth | 🟢 | 🟢 | 🟠 |
3636
| crashlytics | 🟢 | 🟢 | 🔴 |
3737
| database | 🟢 | 🟢 | 🟢 |
38-
| dynamic-links | 🟢 | 🟢 | 🔴 |
3938
| firestore | 🟢 | 🟢 | 🟠 |
4039
| functions | 🟢 | 🟢 | 🟢 |
4140
| in-app-messaging | 🟢 | 🟢 | 🔴 |

docs/releases/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ From version `v6.5.0` until `10.0.0`; all React Native Firebase packages were in
2525
| Cloud Messaging | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/messaging.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/messaging/CHANGELOG.md) |
2626
| Cloud Storage | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/storage.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/storage/CHANGELOG.md) |
2727
| Crashlytics | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/crashlytics.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/crashlytics/CHANGELOG.md) |
28-
| Dynamic Links | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/dynamic-links.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/dynamic-links/CHANGELOG.md) |
2928
| In-app Messaging | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/in-app-messaging.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/in-app-messaging/CHANGELOG.md) |
3029
| Installations | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/installations.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/installations/CHANGELOG.md) |
3130
| ML | ![hide:badge](https://img.shields.io/npm/v/@react-native-firebase/ml.svg?style=for-the-badge&logo=npm) | [View Release Notes &raquo;](https://github.com/invertase/react-native-firebase/tree/main/packages/ml/CHANGELOG.md) |

docs/sidebar.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@
101101
- - Presence Detection
102102
- '/database/presence-detection'
103103
- '//static.invertase.io/assets/firebase/realtime-database.svg'
104-
- - Dynamic Links
105-
- - - Usage
106-
- '/dynamic-links/usage'
107-
- '//static.invertase.io/assets/firebase/dynamic-links.svg'
108104
- - In-App Messaging
109105
- - - Usage
110106
- '/in-app-messaging/usage'

0 commit comments

Comments
 (0)