cordova-plugin-fcm错误:无效的api密钥

时间:2016-10-03 12:14:38

标签: cordova firebase push-notification cordova-plugins firebase-cloud-messaging

我正在使用cordova-plugin-fcm。我按照安装说明进行操作:

  1. 安装插件
  2. google-services.json添加到我的根文件夹
  3. 我想通过他们的testing server进行测试,但我收到错误:

    ERROR: invalid api key 
    

    我插入的密钥是条目中文件google-service.json中的密钥:

    "api_key": [{"current_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}]
    

    如何正确进行测试?

1 个答案:

答案 0 :(得分:9)

使用FCM时,您应始终使用Firebase Console中的云消息传递选项卡中显示的服务器密钥。