https://media.ccc.de/v/wicmp11-19-pushbenachrichtigungen-ein-blocker-fur-freie-smarthphones
-
https://media.ccc.de/v/wicmp11-19-pushbenachrichtigungen-ein-blocker-fur-freie-smarthphones
Push notifications a blocker for free smartphones (DE/EN) : Great talk from Schabi to expose the necessity of a free push notifications system if we want a FOSS mobile ecosystem.
With 2 comments nevertheless ⬇️
-
https://media.ccc.de/v/wicmp11-19-pushbenachrichtigungen-ein-blocker-fur-freie-smarthphones
Push notifications a blocker for free smartphones (DE/EN) : Great talk from Schabi to expose the necessity of a free push notifications system if we want a FOSS mobile ecosystem.
With 2 comments nevertheless ⬇️
1️⃣ Projects are able to support FCM and UnifiedPush at the same time!
It makes different adoption curves: projects don't want to implement the only most popular solution, but can support any solution that has enough demands or that they wish to support.
For example, if a project wants to see viable mobile ecosystem that works without the Play Services, they can support UnifiedPush!
-
1️⃣ Projects are able to support FCM and UnifiedPush at the same time!
It makes different adoption curves: projects don't want to implement the only most popular solution, but can support any solution that has enough demands or that they wish to support.
For example, if a project wants to see viable mobile ecosystem that works without the Play Services, they can support UnifiedPush!
2️⃣ If a user doesn't want to use the Play Services or want to reduce their dependence on them: an alternative is useful after 2 applications supporting it!
Or even one app if it doesn't have an optimized constant connection 👀
-
https://media.ccc.de/v/wicmp11-19-pushbenachrichtigungen-ein-blocker-fur-freie-smarthphones
Push notifications a blocker for free smartphones (DE/EN) : Great talk from Schabi to expose the necessity of a free push notifications system if we want a FOSS mobile ecosystem.
With 2 comments nevertheless ⬇️
@unifiedpush I've managed to get push notifications working on GrapheneOS reliably by bridging everything possible into Matrix and setting up a ntfy server on my network to connect to. It works well, but obviously is not something most people can do.
-
1️⃣ Projects are able to support FCM and UnifiedPush at the same time!
It makes different adoption curves: projects don't want to implement the only most popular solution, but can support any solution that has enough demands or that they wish to support.
For example, if a project wants to see viable mobile ecosystem that works without the Play Services, they can support UnifiedPush!
@unifiedpush Indeed. "Responsible" app developer should just do both. And if you use the secret WebPush interface to FCM your server side can can treat UnifedPush and FCM the same.
It’s not really a chicken and egg problem because we know which party needs to move first.