Push Notifications
Introduction
These guides teach you how to configure push notifications (also known as remote notifications) for your Mendix apps. The guides are meant to be completed in order, and they teach you how to send a test push notification to a single device. Depending on your app’s starting template your app may already satisfy certain prerequisites and conditions. Complete only the steps which apply to your use case, and skip what does not apply.
- Adding Module Dependencies – Install the required dependency modules so your app can use push notifications.
- Implementing the Push Notifications Module – Learn to implement the Push Notifications Connector module.
- Setting Up the Google Firebase Cloud Messaging Server – Set up a Firebase account and configure the service in your app so that you can send push notifications.
- Configuring Push Notifications – Learn to configure push notifications in the runtime.
- Implementing Push Notifications in Your Native App – Implement push notifications for a native app.
- Implementing Push Notifications in Your Progressive Web App – Implement push notifications for a progressive web app.
- Sending Your First Test Push Notification – Send a test notification to confirm your app is working properly.
After you complete the tasks above, you may wish to do more advanced tasks with notifications. For information on sending push notifications to multiple devices, use this documentation:
The documentation described above is specifically for native mobile apps. For information on local notifications, see Use Local Notifications.
To get started, begin with the series’ first entry: Add Module Dependencies.