I can't add Firebase to a google project, Invalid Entry

时间:2017-05-16 09:14:35

标签: firebase

I'm trying to add Firebase to an existing google project. Basically I want to migrate the project to Firebase.

Steps that I followed

  • Go to console.firebase.gooogle.com
  • Click import google project
  • Select the project (I have owner permission, but I didn't create the project)
  • Select the country
  • Add firebase

I get the following error:

Invalid entry. Please make sure you represent your app accurately.

Until today I was getting a generic error such "An error happened, try again", but this has changed.

When I check the browser console for the error, the status code is 400.

Is there anyone who had the same issue and resolved it somehow?

Note that I tried the following options:

  • Different accounts
  • Different browsers
  • Incognito mode
  • Clear cache / Disable add-ons etc
  • Clearly logout/login again

Nothing worked so far and this blocks me to proceed.

1 个答案:

答案 0 :(得分:1)

事实证明错误是指在Google控制台中名称不正确。它就像“Foo bar bar”。没什么特别的。我得到了Firebase的支持,更改名称“foo-bar”解决了这个问题。

说实话,错误信息太模糊了。希望这有助于其他人。

相关问题