FCM-OnDeviceNotificationScheduler icon indicating copy to clipboard operation
FCM-OnDeviceNotificationScheduler copied to clipboard

Demo implementation to Schedule FCM Notifications on Android Device using AlarmManager + WorkManager.

Results 3 FCM-OnDeviceNotificationScheduler issues
Sort by recently updated
recently updated
newest added

i'm working on alarm Api, here i need to send notification on Perticuler time it is not working ? it is possible Using Api ?

Hello, I have tried using alarManager.set, but it does not work with all devices, particularly with Huawei or Xiaomi. I tried to use **setExactAndAllowWhileIdle**, but it also does not work...

Hi, I was trying to implement scheduled notification. Recently firebase is remoovig existiing legacy API. Help me with knowing the approach of sending data payload. I tried with postman, but...