我正在将Firebase Cloud Messaging用于IOS和Android。
我想在特定时间内向主题发送消息
考虑当地时区。
使用API是否真实?
我知道使用自定义计划程序并存储用户时区是真的,但是我正在寻找简单的方法。
答案 0 :(得分:1)
您可以在notifications composer panel in the Firebase console中安排消息,然后可以选择在用户时区中发送消息。
但是Firebase Cloud Messaging API中没有选项来安排消息的传递。通过API发送的消息在发送后将尽快传递。参见FCM Schedule delivery date or time of push notification。
答案 1 :(得分:0)
要使用JavaScript进行本地化,请使用.toLocaleString()
。它具有相当不错的浏览器支持。否则,请尝试使用诸如moment.js之类的库。