Error Creating json project configuration file for Implementing GCM Client on Android

♀尐吖头ヾ 提交于 2019-12-02 06:21:44

Just found out a moment ago that creating a client ID for the app in developer console project removes this error and allows the config file to be created...

Developer console projects
APIs & auth
Credentials
Create new client ID:
  Installed application
  Android
  Enter package name
  Enter SHA1 for RELEASE OR DEBUG (which ever one you want it to work with)
  Make deep linking choice
  Create

Then went back to the page and it works. Could be other stuff in the console that you need to do but idk as I already have other stuff set up.

Turns out the form just won't accept periods in the application name. I am unsure why periods are acceptable in the application name within my build then.

Anyway, I will leave this question up here in case someone else runs into this problem because the error message is soooooooo vague.

I got the same issue while logging to google using multiple accounts.

Just login using single account and problem will be solved

And for me the solution was as simple as:

  1. logout from Firebase
  2. log in to Firebase
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!