activitree / meteor-push

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

Android notId #23

Closed CyLimit closed 4 years ago

CyLimit commented 4 years ago

Hi, Everything works fine for iOS and Android. But I can't send multiple notif for Android (the new notif replaces the older one). I tried to put the notID (notId=Math.round(new Date().getTime() / 1000) but nothing changes (it was working fine with raix:push).

Thank you for your help !

CyLimit commented 4 years ago

Figured this out, the package uses "tag" instead of "notId"