Cordova插件Firebase GoogleService无法初始化

时间:2016-12-04 15:00:03

标签: cordova firebase analytics firebase-analytics

我按照说法完成了每一步,我收到了这个错误:

GoogleService failed to initialize, status: 10, Missing google app id value from from string resources with name google_app_id.

我的google-service.json位于正确的位置:

My google-service.json is located in the right place

该钩子有效,但我仍然遇到错误,无法使用Firebase插件:

But I still got the error and cant user firebase plugin

我做错了什么?

1 个答案:

答案 0 :(得分:0)

确保config.xml中的窗口小部件的ID设置为“程序包名称”,应在将项目添加到Firebase控制台时对其进行定义。

例如:

  <widget id="com.yourappdomain.app" ...>