Reputation: 793
I'm trying to enable firebase for one of my gcp projects.
So, i went to firebase console https://console.firebase.google.com/u/0/, and when i click on Add Project i'm not getting my existing gcp project in the project list.
Upvotes: 3
Views: 1186
Reputation: 1
Ran into the same issue when trying to enable Firebase for an existing GCP project, turns out we had copy/pasted the "firebase: enabled" label in our terraform config.
When we removed this label from the GCP project, the Firebase Console listed the project after a page reload.
Upvotes: 0
Reputation: 793
The reason for GCP project not showing for me in Firebase console is, Firebase Management API is enabled before Firebase. So, i've disabled Firebase Management API and after that i am able to see my gcp project in Firebase console. Thanks Frank van Puffelen for helping me out.
Before enabling firebase, make sure Firebase Management API should be disabled in GCP API & Services
Upvotes: 5