I am developing a mobile application that needs to be distributed as a PWA , IOS Native & Android Native application. We have a requirement to enable push notification on the same. However, due to security restrictions we can't use PushWoosh or OneSignal or any other third party server to receive notification.
Is there a way to enable push notifications in the app so that it works on android , IOS & Web ?
Hi,
To my knowledge that isn't possible without a 3th party technology, Firebase would be my.xhoice here
Only local notifications are supported sofar for PWA.
Regards,
Daniel
Hi Daniel.
Thanks for the info. If I were to go for a 3rd party technology, what would be the best solution as I see quite a few on forge but am not able to decide which would cater to my need of enabling push notification in all 3 platforms ?
Hi Rakesh,
besides those you referred above, PushWoosh and OneSignal, also Firebase can fulfill your needs.
Regards
I would use Firebase, I edited my original reply to include this info too.