Skip to content

Commit

Permalink
Merge 757b4db into a41cf3a
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Feb 2, 2021
2 parents a41cf3a + 757b4db commit 7f186a6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/dynamic-links/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/in-app-messaging/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/remote-config/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion packages/dynamic-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/in-app-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/remote-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f186a6

Please sign in to comment.