What are the options for using Meteor JS to implement Android push notification
What are the options for using Meteor JS to implement Android push notification I am a newbie to Meteor JS so please pardon me if my question is sort of stupid. I've been struggling to find the right way to implement push notification on Android with Meteor JS. It seems like the options out there are surprisingly limited. I've looked into Raix Push, but unfortunately it didn't work for me. I was wondering if anyone has found a way that still works today to successfully implement push notification on a Meteor JS application (whether through OneSignal SDK, Raix or something else)? If so, can you please be so kind to tell me what the method is, so at least I have a general direction to follow? Thank you in advance! 1 Answer 1 I'm using Meteor on one of my bigger projects and have successfully implemented Push Notifications. I used Raix/Push package combined with FCM (Firebase Cloud Mess...
