Reputation: 103
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.)
Upvotes: 10
Views: 4818
Reputation: 2038
This happened to me. I was able to find the new project in the gcp web console as follows:
login to the cloud console
click the "ALL" tab from the "Select a project" modal dialog: you should see your new project in the list.
Upvotes: 34
Reputation: 776
You may need to check the organization. Make sure, you are looking in the same organisation where the firebase project is created.
Upvotes: 4