Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/main/guides/push-notifications-firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down