From 2ab20b9fb5aebeb60c69e9b6e79ee29e273752c6 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 2 Feb 2021 09:19:18 -0500 Subject: [PATCH 1/3] fix(dynamic-links): dynamic-links requires analytics, add peer dependency Visible in integration guides upstream Related #4821 --- docs/dynamic-links/usage/index.md | 2 ++ packages/dynamic-links/package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/dynamic-links/usage/index.md b/docs/dynamic-links/usage/index.md index 3927cdb3a8..cb832f8caa 100644 --- a/docs/dynamic-links/usage/index.md +++ b/docs/dynamic-links/usage/index.md @@ -11,6 +11,8 @@ previous: /database/presence-detection This module requires that the `@react-native-firebase/app` module is already setup and installed. To install the "app" module, view the [Getting Started](/) documentation. +This module also requires that the `@react-native-firebase/analytics` module is already setup and installed. To install the "analytics" module, view it's [Getting Started](/analytics/usage) documentation. + ```bash # Install & setup the app module yarn add @react-native-firebase/app diff --git a/packages/dynamic-links/package.json b/packages/dynamic-links/package.json index 5c8da1afdc..e5145d65f5 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -23,7 +23,8 @@ "dynamic link" ], "peerDependencies": { - "@react-native-firebase/app": "10.5.0" + "@react-native-firebase/app": "10.5.0", + "@react-native-firebase/analytics": "10.5.1" }, "publishConfig": { "access": "public" From 2a8be2f39994999c7c86a2eca1344bbc30af4c6b Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 2 Feb 2021 09:21:04 -0500 Subject: [PATCH 2/3] fix(in-app-messaging): in-app-messaging requires analytics, add peer dependency Visible in integration guides upstream Related #4821 --- docs/in-app-messaging/usage/index.md | 2 ++ packages/in-app-messaging/package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/in-app-messaging/usage/index.md b/docs/in-app-messaging/usage/index.md index 659c7cb06d..c0fec8f80e 100644 --- a/docs/in-app-messaging/usage/index.md +++ b/docs/in-app-messaging/usage/index.md @@ -11,6 +11,8 @@ previous: /iid/usage This module requires that the `@react-native-firebase/app` module is already setup and installed. To install the "app" module, view the [Getting Started](/) documentation. +This module also requires that the `@react-native-firebase/analytics` module is already setup and installed. To install the "analytics" module, view it's [Getting Started](/analytics/usage) documentation. + ```bash # Install & setup the app module yarn add @react-native-firebase/app diff --git a/packages/in-app-messaging/package.json b/packages/in-app-messaging/package.json index a5f2646483..1c8b48b472 100644 --- a/packages/in-app-messaging/package.json +++ b/packages/in-app-messaging/package.json @@ -27,7 +27,8 @@ "inAppMessaging" ], "peerDependencies": { - "@react-native-firebase/app": "10.5.0" + "@react-native-firebase/app": "10.5.0", + "@react-native-firebase/analytics": "10.5.1" }, "publishConfig": { "access": "public" From 757b4db391a608fea13148783d0dfdc120443213 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 2 Feb 2021 09:21:33 -0500 Subject: [PATCH 3/3] fix(remote-config): remote-config requires analytics, add peer dependency Visible in integration guides upstream Related #4821 --- docs/remote-config/usage/index.md | 2 ++ packages/remote-config/package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/remote-config/usage/index.md b/docs/remote-config/usage/index.md index 420960d285..013e1821bc 100644 --- a/docs/remote-config/usage/index.md +++ b/docs/remote-config/usage/index.md @@ -11,6 +11,8 @@ previous: /ml/image-labeling This module requires that the `@react-native-firebase/app` module is already setup and installed. To install the "app" module, view the [Getting Started](/) documentation. +This module also requires that the `@react-native-firebase/analytics` module is already setup and installed. To install the "analytics" module, view it's [Getting Started](/analytics/usage) documentation. + ```bash # Install & setup the app module yarn add @react-native-firebase/app diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index 9f27efac4d..e9b01828f6 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -24,7 +24,8 @@ "remote-config" ], "peerDependencies": { - "@react-native-firebase/app": "10.5.0" + "@react-native-firebase/app": "10.5.0", + "@react-native-firebase/analytics": "10.5.1" }, "publishConfig": { "access": "public"