activitree / meteor-push

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

Allow one user to save multiple tokens of the same vendor. #43

Open paulincai opened 2 years ago

paulincai commented 2 years ago

At present if I move from my Android to my computer browser, my token in DB is being overwritten so I only receive my notification on the last device I used. I need to save multiple tokens so I can receive my notifications on all devices I have subscribed.

paulincai commented 2 years ago

This is completed for Web Push and tested. Need to enhance this wit Topics and Device groups to make it lighter on the Node side to send large numbers of notifications (millions).