Decentralized Push Notifications: Escaping the Centralized Trap?
2025-02-04
This article explores how mobile push notifications introduce centralization to decentralized services and how to avoid it, even for mainstream configurations. Many decentralized apps (e.g., Mastodon, Nextcloud) currently rely on Firebase Cloud Messaging (FCM), leading to centralization. The article proposes a solution: directly using the WebPush protocol to communicate with FCM servers, combined with the UnifiedPush framework, to achieve decentralized push notifications. This eliminates the need for centralized gateways and allows users to choose their preferred services. While not all services will immediately support WebPush, the future trend is towards decentralization.
Development
push notifications