'Is this possible to send FCM push Notification through backend server to flutter for scheduled the notification or this can be possible in flutter app
I am using firebase cloud messaging push notification service to send notifications in a flutter, but I want to send notifications. I am using FCM as a push notification, but the problem is that I can't schedule the notification in FCM.
For example: if I need to call a customer at 4:30 pm, I want to show a push notification at 4:00 pm as a reminder that I have to call a customer at 4:30.
I just want to know if I can achieve with the back end. I am using local push notifications but the problem is when my app is in the terminated state I cannot receive a push notification, so I am trying to use a backend server so any can explain the logic.
Solution 1:[1]
There's a Flutter plugin for this
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rashid Abdulla |
