Reputation: 184
I don't know about notification side in android applications.I want to send notification to selected users(we can select users using email or username or user id).I use MySQL database. Give me instructions to build app for sending notifications.
Upvotes: 1
Views: 779
Reputation: 462
First of all you register your app in firebase and save fire base server key in your back end then ant the time of login you take Firebase token id from user (android user with it's email id or user id) the use that fire base token of user and fire base server key you can send push notification from back end for particular user. Take reference by given link.
Upvotes: 2