How does your notifications work without a relay ?
Login to reply
Replies (4)
Just a push server. It listens to DM and zap events from 400 relays and sends them down with Google services. Literally 100 lines of code.
For some reason I remember that. Here Will 🤣🍻

GitHub
amethyst/app/src/main/java/com/vitorpamplona/amethyst/service/notifications/RegisterAccounts.kt at 1d5dfbfd29aad9d36813f14be4a75332f3a94018 · vitorpamplona/amethyst
Nostr client for Android. Contribute to vitorpamplona/amethyst development by creating an account on GitHub.
If you want to see the code... It's dirty but it works. 
GitHub
GitHub - vitorpamplona/amethyst-push-notif-server: A simple push notification server for Nostr events.
A simple push notification server for Nostr events. - GitHub - vitorpamplona/amethyst-push-notif-server: A simple push notification server for Nos...
Does it mean that without Google services there's no notifications?