When you use FCM to send a push to all devices of a given app this can result in many users opening their apps at the same time which can lead to massive server polling resulting in load peaks.
Is there a convenient way to distribute a message over a given time interval for scheduled pushes?