Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase project not listed in Google Cloud console

I created a project in Firebase, and now want to access additional services in GCP. But the Google Cloud console does not list the Firebase project anywhere I can see.

This page gives instructions for the other direction (importing a GCP project into Firebase). This post makes it sound like it should just happen automatically -- but it's not for me.

(I do see all the other projects I've created directly from the google cloud console.)

like image 666
starcrest Avatar asked Aug 01 '20 22:08

starcrest


People also ask

How do I link GCP project to Firebase?

Add Firebase to your existing Google Cloud project: Log in to the Firebase console, then click Add project. Select your existing Google Cloud project from the dropdown menu, then click Continue. (Optional) Enable Google Analytics for your project, then follow the prompts to select or create a Google Analytics account.

How do I add a project to Firebase?

In the Firebase console, click Add project. To add Firebase resources to an existing Google Cloud project, enter its project name or select it from the dropdown menu. To create a new project, enter the desired project name. You can also optionally edit the project ID displayed below the project name.


1 Answers

This happened to me. I was able to find the new project in the gcp web console as follows:

  1. login to the cloud console

  2. click on the project pulldown in the top left corner. enter image description here

  3. click the "ALL" tab from the "Select a project" modal dialog: you should see your new project in the list. enter image description here

like image 56
Joel Stevick Avatar answered Nov 11 '22 14:11

Joel Stevick