Push notifications

In this article we will learn how to enable Push Notifications for your app.

For Managed Setup

We currently use firebase FCM to integrate push notifications. To enable push notifications. Simple update package name in google-services.json file as mentioned in our app customization guide and that should be enough to start push notifications !

For Self-Hosted Setup

We currently use firebase FCM to integrate push notifications. To enable push notifications. Simple update package name in google-services.json file and that should be enough to start push notifications !

We also have a really nice tutorial for Integrating Push Notifications written by Andre Bajorat given at this link Push Notifications

If you face any difficulty feel free to get in touch with us on our forum !