-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi Maxim,
I was finding a solution to implement web-notification for my real-time chat application developed on node-red and after a thorough research on google I found the closest solution to implement this feature is this node. But then when I tried your solution then this error occurs "Error: Missing subscriptions" and then I dig deep and got to know about a behind the scene service known as service worker and I kept digging further and as a result, now I am totally confused and don't know where to start or what steps should I take in order to implement this feature.
Can you please instruct me how can I implement web notification feature to my chat app. If you can list the steps to achieve the result after installing your node (node-red-contrib-web-push) then it will be useful for me as well as for many others who want to implement web-notification to their node-red project.
Thanks
Hc