How to send push notifications for individual users (Using Firebase cloud messaging Plugin)
1. Push Notification send for individual users.
2. Push Notification to send for only logged-in users.
Hello Dhivyaraj,
Please refer this link. You may get some help from this documentation.
https://success.outsystems.com/documentation/11/extensibility_and_integration/mobile_plugins/firebase_plugins/firebase_cloud_messaging_plugin/
Thanks,
Sachin
Thank you for your reply. I have already tried this link, but it did not work.
Regard,
Dhivyaraj Sivam
Could you please share the OML if you have already completed this scenario?
HelloFor an Individual who is Logged In, You need to write a Custom Logic,You can Create an Entity, It can be a user-extended entity or some other entity that will hold the logs of the user logged in, but this, is not just one way, to check this you need to clear the details as soon as a user session will time out. if the session time out. So for this, you need to create some custom Logic.Apart from that If you want to send the notification to a particular user, There is a user Group event where each and every step is described in detail
Check here - https://www.youtube.com/watch?v=sVT5Am3oH4E
hope this can help
Thanks
Tousif Khan