My requirement is that on a[particular action of a user in PWA app i need to send a push notifcation to to a set of users who have registered under this PWA app on mobile. Please elt me know how i can achieve this using PWA notification component.
Hi Prashanth,
Sorry for the late reply.
You can't. This component only send local notifications, meaning notifications set to be sent by the application. (Imagine DuoLingo notifications - for you to do a lesson in that moment).
For your requirement, you'll have to use other component that uses firebase for example.
Cheers,
RG