From c7cf7852675a40931ab07ccf7d56ac730db7eb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Tue, 24 Feb 2026 19:03:19 +0100 Subject: [PATCH 1/4] docs(push-notifications-firebase.md): tips that through xCode is required --- docs/main/guides/push-notifications-firebase.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/main/guides/push-notifications-firebase.md b/docs/main/guides/push-notifications-firebase.md index 1e1885c2..d1571ade 100644 --- a/docs/main/guides/push-notifications-firebase.md +++ b/docs/main/guides/push-notifications-firebase.md @@ -280,13 +280,14 @@ _Note: This is **not** the same file used for your Android app._ Download the `GoogleService-Info.plist` provided to your local machine. -You'll then want to open Xcode... +You'll then want to open Xcode, as you **have to** add it through Xcode, _else it won't be recognize_ ... ```bash npx cap open ios ``` -... and move the `.plist` file into your Xcode project as instructed by Firebase, ensuring to add it to all targets. +... and move the `.plist` file into your Xcode project as instructed by Firebase, ensuring to add it to all targets. + ![Google Service Info Plist Location for iOS](../../../static/img/v6/docs/guides/firebase-push-notifications/google-plist-location-ios.png) From 6c5d0b920027d5d59664c7b9c09c31607bf53235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Wed, 18 Mar 2026 18:31:34 +0100 Subject: [PATCH 2/4] docs(push-notifications-firebase.md): emphasis ## Description emphasis that xCode have to be used --- docs/main/guides/push-notifications-firebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/guides/push-notifications-firebase.md b/docs/main/guides/push-notifications-firebase.md index d1571ade..63680382 100644 --- a/docs/main/guides/push-notifications-firebase.md +++ b/docs/main/guides/push-notifications-firebase.md @@ -280,7 +280,7 @@ _Note: This is **not** the same file used for your Android app._ Download the `GoogleService-Info.plist` provided to your local machine. -You'll then want to open Xcode, as you **have to** add it through Xcode, _else it won't be recognize_ ... +You'll then **have to** open Xcode... ```bash npx cap open ios From b90db47c843dccc749b9bfe49c0e753dd3a90d4c Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 19 Mar 2026 09:44:30 +0100 Subject: [PATCH 3/4] Update docs/main/guides/push-notifications-firebase.md --- docs/main/guides/push-notifications-firebase.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/main/guides/push-notifications-firebase.md b/docs/main/guides/push-notifications-firebase.md index 63680382..1166acab 100644 --- a/docs/main/guides/push-notifications-firebase.md +++ b/docs/main/guides/push-notifications-firebase.md @@ -288,7 +288,6 @@ npx cap open ios ... and move the `.plist` file into your Xcode project as instructed by Firebase, ensuring to add it to all targets. - ![Google Service Info Plist Location for iOS](../../../static/img/v6/docs/guides/firebase-push-notifications/google-plist-location-ios.png) From c61e5eb3647b8cd2f2bb8a783fcc02d65cfa928b Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 19 Mar 2026 09:45:04 +0100 Subject: [PATCH 4/4] Apply suggestion from @jcesarmobile --- docs/main/guides/push-notifications-firebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/guides/push-notifications-firebase.md b/docs/main/guides/push-notifications-firebase.md index 1166acab..f91277b1 100644 --- a/docs/main/guides/push-notifications-firebase.md +++ b/docs/main/guides/push-notifications-firebase.md @@ -286,7 +286,7 @@ You'll then **have to** open Xcode... npx cap open ios ``` -... and move the `.plist` file into your Xcode project as instructed by Firebase, ensuring to add it to all targets. +... and move the `.plist` file into your Xcode project as instructed by Firebase, ensuring to add it to all targets. ![Google Service Info Plist Location for iOS](../../../static/img/v6/docs/guides/firebase-push-notifications/google-plist-location-ios.png)