firebase - FCM Schedule delivery date or time of push notification -
i have working fcm console send push notification , has option schedule delivery date.
but in references, api not documented option. need know if possible push notification predefined delivery date through post request.
if you're looking public api of fcm scheduled push or payload parameter can set push date, unfortunately, there's nothing of moment.
you must implement own app server , implement scheduled push (also mentioned here).
Comments
Post a Comment