https://github.com/trycourier/tutorial-ios-firebase-fcm
https://github.com/trycourier/tutorial-ios-firebase-fcm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trycourier/tutorial-ios-firebase-fcm
- Owner: trycourier
- Created: 2023-10-24T22:17:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T18:13:18.000Z (over 2 years ago)
- Last Synced: 2026-04-26T08:15:28.713Z (3 months ago)
- Language: Swift
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Send Firebase Notifications to iOS Devices Using Courier

This is the code repo for the tutorial published here:
https://www.courier.com/blog/send-firebase-notifications-ios/
In order to get this tutorial up and running, please follow the steps in the tutorial. At a high level, you'll need to:
1. Have an active Apple developer account and a physical iOS device that can recieve push notifications.
2. Edit `CourierView.swift` to include your Courier API key and a user ID.
3. Plug-in your iOS device and run the project, targeting your device.
4. Send a push notification with Courier to the user ID you've defined.