简体   繁体   中英

It is Possible to send Push notification at specific time Using FCM IN FLUTTER

I am using the Firebase Cloud MessagingPush notification service to send notifications in flutter but I want to send notifications at a specific time like a reminder for a meeting through push notification I just want to know how can I achieve using Firebase Cloud Messaging or any other push notification service provider.

  1. I already used flutter local_push_notification but the problem is notification is not showing at terminated state but it is working on the background and foreground state.
  2. is there any method is available that I can use on my server where all my API is presently saved, which I using to call in a flutter.

You can use firebase cloud functions. You should send notifications at the moment you want with cloud functions and problem should be solved. Here is the docs .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM