Reputation: 4191
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.
Upvotes: 8
Views: 1738
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
Reputation: 19960
Sorry you've had trouble! No open-and-shut answer here, but some things you can check:
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