Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: scrubbed relevant dynamic link docs
  • Loading branch information
russellwheatley committed Jul 29, 2025
commit 30618d53a054c6719601b1b07f4a15630f95f89e
5 changes: 2 additions & 3 deletions docs/analytics/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,11 @@ with any of the following event names will throw an error.
| `adunit_exposure` | `app_background` | `app_clear_data` |
| `app_remove` | `app_store_refund` | `app_store_subscription_cancel` |
| `app_store_subscription_convert` | `app_store_subscription_renew` | `app_update` |
| `app_upgrade` | `dynamic_link_app_open` | `dynamic_link_app_update` |
| `dynamic_link_first_open` | `error` | `first_open` |
| `app_upgrade` | `error` | `first_open` |
| `first_visit` | `in_app_purchase` | `notification_dismiss` |
| `notification_foreground` | `notification_open` | `notification_receive` |
| `os_update` | `session_start` | `session_start_with_rollout` |
| `user_engagement` |
| `user_engagement` | | |

## App instance id

Expand Down
2 changes: 1 addition & 1 deletion docs/database/presence-detection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Presence Detection
description: Show a realtime list of online users with Realtime Database.
next: /dynamic-links/usage
next: /firestore/usage
previous: /database/offline-support
---

Expand Down
2 changes: 1 addition & 1 deletion docs/dynamic-links/usage/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Dynamic Links
description: Installation and getting started with Dynamic Links.
description: Dynamic Links has been removed.
icon: //static.invertase.io/assets/firebase/dynamic-links.svg
next: /in-app-messaging/usage
previous: /database/presence-detection
Expand Down
2 changes: 1 addition & 1 deletion docs/faqs-and-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you come across a discussion that results in great advice that can benefit ma

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.

- 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
- 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

- 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.

Expand Down
2 changes: 1 addition & 1 deletion docs/in-app-messaging/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: In App Messaging
description: Installation and getting started with In App Messaging.
icon: //static.invertase.io/assets/firebase/in-app-messaging.svg
next: /installations/usage
previous: /dynamic-links/usage
previous: /functions/usage
---

# Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ On the Firebase console, add a new Android application and enter your projects d
local projects package name which can be found inside of the `namespace` field in `/android/app/build.gradle`, or in the
`manifest` tag within the `/android/app/src/main/AndroidManifest.xml` file within your project for projects using android gradle plugin v7 and below

> The debug signing certificate is optional to use Firebase with your app, but is required for Dynamic Links, Invites and Phone Authentication.
> The debug signing certificate is optional to use Firebase with your app, but is required for Invites and Phone Authentication.
> To generate a certificate run `cd android && ./gradlew signingReport`. This generates two variant keys.
> You have to copy **both** 'SHA1' and 'SHA-256' keys that belong to the 'debugAndroidTest' variant key option.
> Then, you can add those keys to the 'SHA certificate fingerprints' on your app in Firebase console.
Expand Down
1 change: 0 additions & 1 deletion docs/migrating-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ Install the modules required for your application:
| <Anchor href="v6/messaging">Cloud Messaging</Anchor> | @react-native-firebase/messaging |
| <Anchor href="v6/storage">Cloud Storage</Anchor> | @react-native-firebase/storage |
| <Anchor href="v6/crashlytics">Crashlytics</Anchor> | @react-native-firebase/crashlytics |
| <Anchor href="v6/links">Dynamic Links</Anchor> | @react-native-firebase/dynamic-links |
| <Anchor href="v6/in-app-messaging">In-app Messaging</Anchor> | @react-native-firebase/in-app-messaging |
| <Anchor href="v6/iid">Instance ID</Anchor> | @react-native-firebase/iid |
| <Anchor href="v6/ml">ML</Anchor> | @react-native-firebase/ml |
Expand Down
1 change: 0 additions & 1 deletion docs/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Below is a table outlining which Firebase modules are supported on each platform
| auth | 🟢 | 🟢 | 🟠 |
| crashlytics | 🟢 | 🟢 | 🔴 |
| database | 🟢 | 🟢 | 🟢 |
| dynamic-links | 🟢 | 🟢 | 🔴 |
| firestore | 🟢 | 🟢 | 🟠 |
| functions | 🟢 | 🟢 | 🟢 |
| in-app-messaging | 🟢 | 🟢 | 🔴 |
Expand Down
1 change: 0 additions & 1 deletion docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ From version `v6.5.0` until `10.0.0`; all React Native Firebase packages were in
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
Expand Down
4 changes: 0 additions & 4 deletions docs/sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
- - Presence Detection
- '/database/presence-detection'
- '//static.invertase.io/assets/firebase/realtime-database.svg'
- - Dynamic Links
- - - Usage
- '/dynamic-links/usage'
- '//static.invertase.io/assets/firebase/dynamic-links.svg'
- - In-App Messaging
- - - Usage
- '/in-app-messaging/usage'
Expand Down
Loading