From d40ba729bcf96ce192c18bfda20dde15ba2c6deb Mon Sep 17 00:00:00 2001 From: Peter Cooper <113425933+PcooperSegment@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:57:57 +0100 Subject: [PATCH 1/3] Update firebase-react-native.md Changing the link, The old link refers back to our old React Native Library which is no longer supported. I've changed some wording around as well to make sure customers know that installing the google services is needed. --- .../react-native/destination-plugins/firebase-react-native.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md b/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md index 463288f198..d25f0ad7aa 100644 --- a/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md +++ b/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md @@ -24,8 +24,8 @@ Run `pod install` after the installation to autolink the Firebase SDK. See [React Native Firebase](https://rnfirebase.io) and [React Native Firebase Analytics](https://rnfirebase.io/analytics/usage) for more details of Firebase packages. -> info "rnfirebase dependency" -> You will need to follow the [install guide](/docs/connections/sources/catalog/libraries/mobile/react-native/classic) for the rnfirebase dependency too. This may include adding the `GoogleService-Info.plist` and the `google-services.json` file. +> info "Installation" +> You will need to follow the [install guide]https://rnfirebase.io/#configure-firebase-with-android-credentials for Android and IOS. This includes adding the `GoogleService-Info.plist` and the `google-services.json` file. ## Using the Plugin in your App From b429a24d2be66a483a465056277c38882398e7c6 Mon Sep 17 00:00:00 2001 From: Peter Cooper <113425933+PcooperSegment@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:28:25 +0200 Subject: [PATCH 2/3] Update firebase-react-native.md Changed to recommend links from Niall --- .../react-native/destination-plugins/firebase-react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md b/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md index d25f0ad7aa..eb9a561ee4 100644 --- a/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md +++ b/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md @@ -25,7 +25,7 @@ Run `pod install` after the installation to autolink the Firebase SDK. See [React Native Firebase](https://rnfirebase.io) and [React Native Firebase Analytics](https://rnfirebase.io/analytics/usage) for more details of Firebase packages. > info "Installation" -> You will need to follow the [install guide]https://rnfirebase.io/#configure-firebase-with-android-credentials for Android and IOS. This includes adding the `GoogleService-Info.plist` and the `google-services.json` file. +> You will need to follow the install guide for [Android](https://rnfirebase.io/analytics/usage/installation/android) and [iOS](https://rnfirebase.io/analytics/usage/installation/ios). This includes adding the `GoogleService-Info.plist` and the `google-services.json` file. ## Using the Plugin in your App From 260784f21406f20987ac88390493bb6b57456462 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:36:31 -0500 Subject: [PATCH 3/3] Update src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md --- .../react-native/destination-plugins/firebase-react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md b/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md index eb9a561ee4..72a2920ea7 100644 --- a/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md +++ b/src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/firebase-react-native.md @@ -25,7 +25,7 @@ Run `pod install` after the installation to autolink the Firebase SDK. See [React Native Firebase](https://rnfirebase.io) and [React Native Firebase Analytics](https://rnfirebase.io/analytics/usage) for more details of Firebase packages. > info "Installation" -> You will need to follow the install guide for [Android](https://rnfirebase.io/analytics/usage/installation/android) and [iOS](https://rnfirebase.io/analytics/usage/installation/ios). This includes adding the `GoogleService-Info.plist` and the `google-services.json` file. +> You will need to follow the install guide for [Android](https://rnfirebase.io/analytics/usage/installation/android){:target="_blank”} and/or [iOS](https://rnfirebase.io/analytics/usage/installation/ios){:target="_blank”}. This includes adding the `GoogleService-Info.plist` and the `google-services.json` file. ## Using the Plugin in your App