Push notifications for Android

activitree:push is a self sufficient solution, just like RAIX:push (which unfortunately is now deprecated) doesn’t have external dependencies other than the configuration required in Google Firebase. For apps with tens of thousands of users and above, a dedicated activitre:push server connected in a secondary MongoDB of a cluster might be even better so you can use Client/Server components for user registration and a separate server for sending messages. The problem with Cordova is that those Cordova plugins which are open source do not keep up with the mobile OS releases as fast as we’d like.

1 Like