【发布时间】:2018-04-28 17:06:31
【问题描述】:
正如我在Firebase source 中发现的,每个令牌都有一周的到期时间。而且因为messaging().onTokenRefresh 是not implemented now,我假设没有办法向那些没有在我的网站上使用配置FCM 一周或更长时间的用户发送webpush-notifications。
或者我的假设是不正确的并且这个过期仅存在于浏览器端?如果没有浏览器调用重新创建令牌,FCM 服务器端的令牌不会过期?
【问题讨论】:
标签: firebase firebase-cloud-messaging service-worker web-push