ArdenDev
ArdenDev

Reputation: 4191

Cannot import Firebase project

I have an existing Firebase project that I am trying to import into the new Firebase 3.0 version that was just released at Google I/O 2016. Every time I try to import it, I keep getting this error with no helpful message on how to fix it or what the actual problem is.

enter image description here

Upvotes: 8

Views: 1738

Answers (2)

Siyanew
Siyanew

Reputation: 602

It Sometimes related to your extensions that you have added them before for example I had Enable Cross Origin * Extension and Firebase did nothing at all.

Upvotes: 1

Ian Barber
Ian Barber

Reputation: 19960

Sorry you've had trouble! No open-and-shut answer here, but some things you can check:

  1. Firebase has been popular this week, so we've had a fair bit of load. Try importing the project again and see if it works.
  2. There is a known issue where projects with very short names may not import. That's being worked on - so if you have one of those projects, please check in later!
  3. A Firebase project in the new console is also a Google Developers/Google Cloud console project. There is a limit to how many of those you can have.

To check if its the third case, try going to http://console.developers.google.com and see how many projects you have. If its a few (double digits) you may be hitting this issue. You can delete any unused projects and then try and import again. Unfortunately you may have to wait a bit as projects can be un-deleted, so the slot isn't made available immediately.

If none of this fits you, then it may be something new! Try filing a ticket with the support team and include the details of your project: https://firebase.google.com/support/contact/troubleshooting/

Upvotes: 0

Related Questions