I can send notifications to all devices via Firebase Cloud Messaging Console. I can receive them in my Flutter app. That's not a problem.
But I want to send notifications to specific devices. Not to all of them. And I want to send notifications in Flutter. I don't want to use Cloud Messaging Console for that because I have an Blog Application. In this application, when user follows X Person, X person needs to get a notification that "XYZ followed you!". Just like Instagram. How can i achieve that in Flutter/Firebase?
I don't have any server side application. I only have Flutter application and as Backend I use Firebase Firestore.