activitree / meteor-push

Meteor Push Notifications for Cordova and Web/PWA with Firebase (FCM).
MIT License
27 stars 19 forks source link

Add callbacks to respond back o UI when registering #44

Open paulincai opened 2 years ago

paulincai commented 2 years ago

e.g. I want to subscribe to Notifications. My browser blocks notification. activitree:push can sense this and return this message to UI.

Logic: Press "Subscribe" -> receive message: Please allow your browser to receive notifications.

paulincai commented 2 years ago

Implemented scenario:

paulincai commented 2 years ago

This is now completed. Callbacks added will just need to add the documentation and a React component as example.