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