I am currently have a system which implements raix:push package on the server side.
We are planning to move to FCM for relying on Firebase for sending notifications on the client side for Android and iOS.
It seems like there is just one package that do that work:
but beside that is there any other implementation or package that I can take a look?
Hi there, I am the auth … ok the author originally was RAIX. I am the upgrader and maintainer of this package and as far as I know, there is no other package that does this job. There are options to integrate with other techs like OneSignal as described here: https://www.youtube.com/watch?v=zDMQ15TWDRU but with a 3rd party you have the issue of privacy. If you go for a third party I’d suggest to first clarify privacy with your Push service provider.
As far as the above package is concerned, I have no reasons to believe that it will miss support in the next 2-3 years because I write on two different products that needs it and will use it in the future.
I am looking forward to work with this library. Quick question? Is there a Meteor group on Slack? Or there is any discord channel where people can discuss or ask related question to Meteor?
I was planning to work on a library all by myself, but I think it is better to be a contributor.
Hi. It was done a few months ago. There are a few bugs on the current library that are related to new updates in terms of push notifications. But mostly of the hard work is done for you. Feel free to post any questions / issues that you have.
I will check it out, but I am still struggling with my android setup (ios setup was super easy, but I’ve spent all of yesterday trying to get the android emulator to work and I got it to start the app but it doesn’t seem to connect to the server (no Hot Code Push), even though the browser in the emulator got access to my dev server.
I have not even got the frigging Android emulator to run properly. I finally got to the point where the emulator starts the app, but it does not seem to connect to the dev server (no hot code push either). The emulator’s chrome browser can connect to the dev-server and displays the web content, though.
This information should definately go into the guide (now that I knew what to look for I found it in the api documentation, but it’s really easy to miss).