The official Bluesky app uses Firebase Cloud Messaging (FCM) for its push notifications, and I think runs some kind of backend on their own server? samuel.fm said that there's a reimplementation in the graysky repo that's quite simple!
Bluesky app fork with some witchin' additions ๐ซ
witchsky.app
bluesky
fork
client
feat: mobile push notifications #18
open
opened by
xan.lol
xan.lol
(author)
that seems helpful! I think a larger (or the server) part of it is in here: https://github.com/mozzius/graysky/tree/main/apps/push-notifs
Kind of looking into this, just wanted to flag what i think is the graysky implementation?
https://github.com/mozzius/graysky/blob/main/apps/expo/src/lib/hooks/notifications.ts