Raj Kumar N
Raj Kumar N

Reputation: 793

Trying to enable Firebase for an Existing GCP Project

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. enter image description here

Upvotes: 3

Views: 1186

Answers (2)

Anders
Anders

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

Raj Kumar N
Raj Kumar N

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 enter image description here

Upvotes: 5

Related Questions