Hello Everyone,
How can i implement push notification in vsf. Is there any module available in vsf ?
Hello,
As I said in the Slack - there is no module for that for now. However, there is mechanism which should help you. I modified service workers in VSF. However, I did not play with push notification (remember it does not work on iOS!).
If I had to work on that, I would:
- Open https://developers.google.com/web/fundamentals/codelabs/push-notifications
- Open and analyze files from
core/service-worker
- Check if it is possible to implement this from
theme/service-worker/index.js
(probably yes)
If no, please tell me and I will try it to my todo list