In particular, the last link says: "Each browser can use any push service they want, it's something developers have no control over.". Given this, I wanted to know HN opinion on two questions:
1. Is the latency of these "push services" small enough to be used for the instant messaging notifications?
2. Given the recent news of Google/Apple deplatoforming Parler, and the recent push to deplatform Telegram (e.g. https://www.vox.com/recode/22238755/telegram-messaging-social-media-extremists ), is it wise to rely on Google's push service long term? For example, Google Chrome's endpoint URL is fcm.googleapis.com/fcm/send. Is this an unacceptable business risk to rely on Google for push notifications delivery?
The drawback is that such API is not available on Safari/iOS, if that's on your target audience, I'd try Firebase Notifications or something that works on all platforms.
I don't see any particular reason this technology is more vulnerable to deplatforming as the alternatives.