Is your feature request related to a problem? Please describe.
UnifiedPush is an open source push notification protocol that is implemented by a few apps such as NextPush or ntfysh. After installing one of these implementations (called distributors), you can select them for using them for push notifications in apps such as Element or other apps.
Describe the solution you'd like
I'd like to be able to use UnifiedPush for my notifications in the app. This would allow users to have push notifications but not rely on FCM and Google.
Describe alternatives you've considered, if any
There is none.
Additional context
I think the links above to their website is a good starting point for understanding the protocol. For implementation on the app side, I think going into one of the apps that support unifiedpush like Element would be a good place to draw inspiration. Here is their issue ticket for element to see their discussion and PRs for the implementation.
Is your feature request related to a problem? Please describe.
UnifiedPush is an open source push notification protocol that is implemented by a few apps such as NextPush or ntfysh. After installing one of these implementations (called distributors), you can select them for using them for push notifications in apps such as Element or other apps.
Describe the solution you'd like
I'd like to be able to use UnifiedPush for my notifications in the app. This would allow users to have push notifications but not rely on FCM and Google.
Describe alternatives you've considered, if any
There is none.
Additional context
I think the links above to their website is a good starting point for understanding the protocol. For implementation on the app side, I think going into one of the apps that support unifiedpush like Element would be a good place to draw inspiration. Here is their issue ticket for element to see their discussion and PRs for the implementation.