How to send a push notification programmatically to a specific registered Firebase FCM token in Android

I want to know if there is a way to send a push notification programmatically to a specific registered FCM token (device token)? I implemented group chat but got stuck in one chat.

I do not want to use any web service or any server, because I use the Firebase database and storage as the back-end in my application.

I want to send an upstream message to a specific device token.

Any idea how to do this? thank.

0
source share

All Articles