activitree / meteor-push

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

Update the web API to use the new Firebase V9 syntax #42

Open paulincai opened 2 years ago

paulincai commented 2 years ago

Listeners and refreshers are all built in the Firebase messaging API. We also don't import the whole library but only the Messaging component.

Remove the deprecated components (e.g onTokenRefresh)

paulincai commented 2 years ago

This is now completed. Will proceed to adding/enabling all available Messaging keys and remove the deprecated ones.