【发布时间】:2017-09-03 16:30:39
【问题描述】:
我正在 ionic 2 中创建 Push notification 演示。我尝试从 firebase 生成 server key 和 sender key。我已经关注了这个tutorial。但我在我的firebase project setting 屏幕中找不到cloud messaging 选项卡,如下图所示,并且没有Server key 和sender Id。
我需要SENDER ID 在我的应用程序中创建推送通知,如下所示,
cordova plugin add phonegap-plugin-push --variable SENDER_ID=12341234 --save
【问题讨论】:
标签: firebase push-notification ionic2