Is there a way to add badge notifications using progressive web apps (PWA)? – Facebook api
I'm developing a progressive web application (PWA) that will eventually send notifications to users. I already know I'm able to send push notifications (like any regular app), as explained in the following blog post: https://developers.google.com/web/fundamentals/getting-started/codelabs/push-notifications/?hl=en-us. I also know that I…