How to send user to user notification

Hi ami make a app Product selling Now Problem is like Any user buy or Message To seller And seller accept his buy request so how send notification to user and buy not all user any one can help me

@MD_MANIRUJJAMAN

Use Token ID in FCM
or Player ID in ONESIGNAL

1 Like

you can check this video tutorial too by @im_neodeveloper and try other different components available there according to your needs

How to get player id whis blocked?

component_method

use this to get the proper setup
How to use OneSignal Component After New Update of onesignal

Thanks bro but beta sever not find player sender blocks​:disappointed_relieved::disappointed_relieved:

@MD_MANIRUJJAMAN

Nothing Disappointed
Review all blocks again everything is there

Implement a push notification system. Utilize a service like Firebase Cloud Messaging (FCM) or OneSignal for Android to send real-time notifications to users. Upon seller acceptance, trigger a notification from your server to the respective buyer’s device, providing timely updates.