For sending push messages, I used https://github.com/web-push-libs/web-push-php in https://www.drupal.org/project/pf_notifications
So no platform solution there, but sending the data directly to the endpoints of the vendors (Apple, Google, Firefox etc).
Login to reply
Replies (1)
Thanks Sebastix! For clarity I have the push side of the equation worked out using Expo Notifications. What I don't quite understand is the best pattern for my server to become aware of the Nostr events that are the trigger for the push.