I have built a event app, where a user can book event. I want to provide notification to a user once they log-in, book an event, and a reminder notification. I have used Flutter Cloud Notification but that is only for push notification. Can Anyone help me out ? I am using Flutter to build the application. Currently working on Android.
Tried with Flutter Cloud Messaging , but it will give only push notifications. But I need to send notification to a specific user, only when their application in the app gets approved. Like User Applies for some internship => Gets approval from Admin => Gets a notification for 'Success'.