Can Mendix desktop application support Web Push notification

0
Our applications need push notification to user browser when user is online, I checked Mendix mobile application can use FCM to push notification to mobile device,  can Mendix web application integrates FCM? is there any document or examples about it? Thanks.  
asked
3 answers
4

I recently published this module for web push, works on desktop without a mobile app.
Check ti out https://marketplace.mendix.com/link/component/114331

-Andrej Gajduk

answered
2

Hi,

 

You can request the APIs and authorization from the browser using Javascript actions and for the action you can do REST calls through Mendix.

 

Regards
Diego Antonelli
Widgets Team – Mendix

answered
1

I don't think there is an ‘out of the box’ solution for this in the appstore. There are however some third parties who offer this like for example one signal :https://onesignal.com/webpush 

This will let you do webpush from Mendix through REST

answered