@grishka Yeah this is temporary using expo-notifications (https://docs.expo.dev/push-notifications/overview/)
The long term goal is to match Mastodon in terms of the push notification API and use a generic app proxy
Top-level
@grishka Yeah this is temporary using expo-notifications (https://docs.expo.dev/push-notifications/overview/) The long term goal is to match Mastodon in terms of the push notification API and use a generic app proxy 3 comments
|
dansup, Mastodon does also require proxies, every app developer provides one for their own app. It can only send web push natively.
I'm contemplating push notifications for Smithereen (I'll have to have them with the API) but I don't want to require app developers to host a proxy, so I'm thinking about giving them the ability to include their FCM/APNS tokens in the app metadata. But they'll still have the option to use a proxy, of course.