I am working on add where there is each user has a list of friends at some point i want to send a notification from a client to his list of friends, is that possible with Firebase Cloud Messaging?
I am looking at the documentation the only thing i found is subscribing to topic i can not find a way to send directly using a token or something.
I integrated FCM and can send notification from the console but now i need to send it from the client and to specific clients.
Or any other solution possible i do not mind.