# ⏰Scheduling FCM Push Notifications🔔 On Device -- Android📱

DevFeed: [⏰Scheduling FCM Push Notifications🔔 On Device -- Android📱](<https://devfeed.tech/articles/scheduling-fcm-push-notifications-on-device-android-25746.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/scheduling-fcm-push-notifications-on-device-android-2d3bb9653b4d/>)

Author: Shreyas Patil

Published: 2019-12-19T02:44:55Z

Content type: tutorial

Language: en

Sources: [Shreyas Patil's Blog](<https://devfeed.tech/sources/shreyas-patil-s-blog.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [others](<https://devfeed.tech/tags/others.md>), [push-notifications](<https://devfeed.tech/tags/push-notifications.md>), [scheduling](<https://devfeed.tech/tags/scheduling.md>)

## AI overview

A tutorial on scheduling Firebase Cloud Messaging push notifications locally on Android. It describes sending a data payload to an FCM topic in advance, processing it on the device, and scheduling the notification so it can appear even if the user is offline at the scheduled time.

## Source excerpt

Learn how to schedule FCM push notifications on-device in Android without expensive cloud cron jobs, using AlarmManager and WorkManager.