我按照说法完成了每一步,我收到了这个错误:
GoogleService failed to initialize, status: 10, Missing google app id value from from string resources with name google_app_id.
我的google-service.json位于正确的位置:
该钩子有效,但我仍然遇到错误,无法使用Firebase插件:
我做错了什么?
答案 0 :(得分:0)
确保config.xml中的窗口小部件的ID设置为“程序包名称”,应在将项目添加到Firebase控制台时对其进行定义。
例如:
<widget id="com.yourappdomain.app" ...>