How do I change the Firebase project in my cli?
When I run firebase init
, it says:
Before we get started, keep in mind:
* You are initializing in an existing Firebase project directory
? Are you ready to proceed? (Y/n)
It never asks on which project do I need to upload. How can I link my other project?
firebase.json
in the current directory. Only after that will it prompt you to select a project. Did you hit enter/pressY
? – Expansionism