robbraxman / braxme

Brax.Me - Privacy Focused Social Media - Fully operational platform

Home Page:https://brax.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have you heard of UnifiedPush for non-FCM notifications?

emorrp1 opened this issue · comments

I suggest using UnifiedPush, the community successor to the OpenPush design. Although UnifiedPush is brand new, I'm not aware of any other app-independent implementation. The end-user experience is that they only have one notifications app to setup once, then any supporting app communicates with it to handle push notifications.

I believe the technical approach would be to use the "FCM-added" form of the UnifiedPush android-connector library so that users who don't care about the minimal FCM data can continue to use it as before. The only currently available UnifiedPush app is FluffyChat, implemented in lib/utils/firebase_controller.dart.