Ionic push allows you to send messages and alerts to a user's device. Push notifications can be triggered even when application is closed. Push notifications have now been around for a long time and are commonly used in every application. Many of you probably already have good experience with integrating GCM and APNS in the past. So here our main interest is how we can use these services from the Ionic push service. Ionic push allows you to send notifications to both platforms from a single interface or API. With the Ionic push service we can send notifications to:
- Target users
- Schedule notifications
- Send contextual content
- Attach media to notifications
- Automatically send notifications on custom logic
- Trigger app events with background notifications
Before we can send notifications from the Ionic push service we need to set up FCM Project and API keys. We can find the FCM server key and sender...