Was recently added to a new firebase project via the web interface but it isn't showing up in firebase list. I can see the project in my firebase console. I've tried restarting my terminal, logging out/in, and doing firebase use, but no avail.
Any ideas?
Thanks.
In the directory where you run firebase list , there will be a file called firebase. json . If you open that in a text editor, you will see the app name in there. You can change it there or delete firebase.
firebase-init
first asks which features you wish to use, e.g. database
, firestore
, storage
, etc.
If you choose firestore
but have not yet enabled Firestore in your newly created Firebase project via firebase.google.com website, that project will not show up as a project option.
So, before running firebase-cli, enable all the features you want via the website first, ...before chosing those features in step 1 of firebase init
.
Once you've enabled Firestore, for example, your project will now show up.
You can select your project if you know the project id:
firebase use --add
That will select the project, so when you type "firebase init" will not show the select project option but take you to the next step
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With