The implementation of PUSH notifications is essential to keep users informed about important updates in your application. This document will guide you through the configuration process for web, Android, and iOS platforms in an Ionic project using Capacitor and Cordova, with the Firebase Cloud Messaging console and a specific Firebase Cloud Messaging plugin for handling notifications.
Make sure you have the following tools and dependencies installed in your development environment:
Plugin installation for Capacitor project
Plugin installation for Cordova project
Since Ionic uses a JavaScript environment, we must use an SDK created by Masiv for handling notifications in the product.
<aside> 🛠For more information about the SDK, see the following documentation
</aside>