Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-Google Android with UnifiedPush #231

Open
xeruf opened this issue Jan 19, 2023 · 1 comment
Open

Support non-Google Android with UnifiedPush #231

xeruf opened this issue Jan 19, 2023 · 1 comment

Comments

@xeruf
Copy link

xeruf commented Jan 19, 2023

Is your feature request related to a problem? Please describe.
I have a degoogled Lineage phone and am searching for a service like this

Describe the solution you'd like

UnifiedPush allows to receive Push Notifications on Android devices that do not have Google Play Services installed. In a free and open world there needs to be a way to free you and your customers from Google, if they choose to. Firebase integration is a no-go on the F-Droid store. Many FOSS apps, like Telegram, fall back to Foreground Service Workers and/or polling with the result of massive battery drain and a permanent annoying foreground notification.

UnifiedPush simply offers the user the option to install alternative push distributors such as ntfy or even NextPush. The benefit of this approach is that more than one application can leverage the UnifiedPush interface, but only one push receiver has to be installed and run in the foreground (i.e. ntfy or NextPush as mentioned above).

UnifiedPush also offers an Embedded FCM Distributor that you can automatically fallback to, if no other push distributors can be found.

Approach

The idea is to either run all Android oriented operations of Uniqush through UnifiedPush with a proper Embedded FCM Distributor or to try to run through UnifiedPush and fall back to the own FCM integration that Uniqush offers.

uniqush/uniqush-push#275

@hpopp
Copy link
Member

hpopp commented Feb 18, 2023

Thanks for the request! Perhaps someone might be interested in taking it up as a new library? The Pigeon 2.0 release candidates support custom push adapters for use-cases just like this https://hexdocs.pm/pigeon/2.0.0-rc.1/Pigeon.Adapter.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants