0

I was trying to host a website on firebase and this keeps coming up enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 1
    Does this answer your question? [Firebase Project Initialization Error: Cloud resource location is not set for this project](https://stackoverflow.com/questions/58579042/firebase-project-initialization-error-cloud-resource-location-is-not-set-for-th) – Frank van Puffelen Jan 04 '21 at 16:09

1 Answers1

0

If you want to initialize a Firebase project using the CLI (like you're doing), and you want to use Firestore or Storage, you first have to go into the Firebase admin console, click on Firestore and/or Storage, and select a location/region for your database/storage buckets. The error you're getting is that you're trying to set up Storage but you haven't yet set a Storage location for your buckets.

I'm Joe Too
  • 5,468
  • 1
  • 17
  • 29