An open API service indexing awesome lists of open source software.

https://github.com/trycourier/tutorial-ios-firebase-fcm


https://github.com/trycourier/tutorial-ios-firebase-fcm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# How to Send Firebase Notifications to iOS Devices Using Courier

![](https://www.courier.com/_next/image/?url=https%3A%2F%2Fimages.ctfassets.net%2Fz7iqk1q8njt4%2F4lywLojIlORFSde53hrXuR%2Fab5d48410595dce6006407b60f2d60d8%2Fimage1.png&w=1920&q=75)

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.