Failed to import Firebase project.

I have an existing Firebase project that I am trying to import into a new version of Firebase 3.0, which was just released in Google I / O 2016. Every time I try to import it, I continue to receive this error without a useful message on how to fix it or what is the actual problem.

enter image description here

+7
firebase firebase-database
source share
2 answers

This is sometimes related to your extensions that you added earlier, for example, I had Enable Cross Origin * Extension and Firebase did nothing at all.

+1
source share

Sorry you had a problem! There is no open and closed answer here, but some things you can check:

  • Firebase was popular this week, so we had a small load. Try importing the project again and see if it works.
  • There is a known problem when projects with very short names cannot be imported. It works - so if you have one of these projects, please check back later!
  • The Firebase project in the new console is also a Google Developers / Google Cloud console project. There is a limit to how many of them you can have.

To check if there is a third case, try http://console.developers.google.com and see how many projects you have. If there are several (double digits), you may encounter this problem. You can delete all unused projects and then try to import again. Unfortunately, you may have to wait a bit, as projects may be deleted, so the slot will not be available immediately.

If this does not suit you, it may be something new! Try applying for support and include detailed information about your project: https://firebase.google.com/support/contact/troubleshooting/

0
source share

All Articles