I have created a GCP project using the following command...
gcloud projects create project-id --name=project-name
When I navigate to firebase console, there is no associated project. Is there a way I can create an associate firebase project, without having to go into the web console?
CodePudding user response:
The Firebase CLI has a command projects:addfirebase
, which add the Firebase bit to an existing Google Cloud project.