Hi I need help for my Android App. I work with Firebase Push notification and unfortunately found only one way to send push notifications - from the website itself.
i like to create a function that u can enter title and content to send push notifications to all of my app users.
Goal: an admin screen. Enter Title: this is an edittext with title Enter Content: this is an edittext with content Send button - this will send the notification to all of the app users.
is there a way to do so? Thank you!