How to send push notification programmatically on

2020-07-25 10:50发布

问题:

I want to know that is there any way to send push notification programmatically on particular FCM registered token (Device token)? i had implemented group chat but stuck in one-one chat.

I don't want to use any web-service or any back-end at all, because i am using Firebase database and storage as a Back-end in my application.

i want to send upstream message to particular device token.

Any idea's how to do that ? thanks.