How to store the received Notification message from firebase in mendix native app.

0
Hi everyone, I’m working on Firebase push notifications in my Mendix Native App.When I receive a notification from Firebase, it shows up on my phone (so the notification is working )Now, I need to automatically store the notification data (title, body, and custom data) in my Mendix app whenever it is received.I have set up On Receive Notification (ORN) and On Open Notification (OON) flows in my Notifications settings.Issue: ORN is not triggering when I receive the notification. How can I ensure Mendix captures the notification data as soon as it arrives?
asked
0 answers