bluebubbles-app icon indicating copy to clipboard operation
bluebubbles-app copied to clipboard

UnifiedPush support

Open ThatOneCalculator opened this issue 2 years ago • 5 comments

As this is supposed to be a (F)OSS/self-hosted solution, UnifiedPush support as an alternative to Firebase Cloud Messaging would be greatly appreciated

ThatOneCalculator avatar Oct 03 '22 06:10 ThatOneCalculator

Leaving this here for reference:

  • NodeJS: https://aerogear.github.io/aerogear-unifiedpush-server/docs/server_sdk/nodesender#node-sender
  • Android: https://aerogear.github.io/aerogear-unifiedpush-server/docs/clients/android-client

The only thing im worried about is compatibility with the Android side since we dynamically load in the credentials vs. how they show it in the samples. I think it's do-able, but might be tricky.

Edit: Didn't mean to close the issue

zlshames avatar Oct 03 '22 14:10 zlshames

Since this is a Flutter app, why not use the Flutter SDK? https://unifiedpush.org/developers/flutter/

ThatOneCalculator avatar Oct 03 '22 19:10 ThatOneCalculator

Since this is a Flutter app, why not use the Flutter SDK? https://unifiedpush.org/developers/flutter/

Edit: I think the resource you linked might be a different UnifiedPush than the one I'm talking about. The one I linked only needs a client side implementation

good catch, im blind and didn't see it. Thanks!

zlshames avatar Oct 03 '22 19:10 zlshames

Aerogear UnifiedPush and UnifiedPush.org are different things. UnifiedPush.org is a FOSS, decentralized alternative to FCM, whereas Aerogear is just a gateway for multiple centralized push services.

karmanyaahm avatar Oct 25 '22 14:10 karmanyaahm

Yep. I'm talking about the FOSS decentralized one.

ThatOneCalculator avatar Oct 25 '22 20:10 ThatOneCalculator