I tried to find a quick answer to this question but couldn\'t find anything.
I am trying to set up an Ionic application to use an existing Firebase project and when running
The message is actually clear but it took me a while to find where in the Firebase console the necessary option is located:
Strangely, this value is mandatory earlier when creating your project but for some reason you need to explicitly select it again in this form.
To their credit the command line error links out to the right page of the docs, but it's at the bottom of the page and so if hitting this error might just need to go to the project settings in the firebase console and select a region I usually go with us-central1
Here is what you have to do:
Go to the firebase console and open your project
Go to Storage tab ( on left )
Click setup storage
Run firebase init
again