Android Users Notifications On Message Sent

I have build an Android App. When users send message to another users, I want the users to be notified even if the app is not open.

How can I achieve that?

Thank you so much for your help.
Laurent Kouassi,

You need to implement Push Notifications for this

1 Like

Thank you so much @mixmatric. Do you know the best Meteor Package and it’s instalation method for Push Notifications?

cordova-plugin-firebase I used this package

1 Like