How to remove a Google project from the Firebase Console?

I have a Google Developer Console project and I added this here on the Firebase Console . Now I was forced to use Firebase Analytics instead of Google Analytics. Therefore, I want to delete / cancel my project back only from the firebase console.

If I delete a project from the Firebase Console , the project will also be deleted from the Google Developer Console . What a problem!

Please provide any solution.

+20
source share
4 answers

Go to https://console.firebase.google.com/. Click on the project you want to delete. Go to the project settings. Scroll down and click "Delete Project."

+16
source

Go to https://console.cloud.google.com/cloud-resource-manager

Then select your project and click "Delete."

Then enter the project ID indicated there, and click the β€œDISABLE” button.

Finally, he will be waiting for removal within 30 days.

enter image description here

+2
source

All Firebase projects are also Google Cloud Projects. You might think that Firebase is adding additional services to the main Cloud project.

There is nothing to make you use Firebase Analytics. You can use Firebase Analytics at the same time with Google Analytics. You can choose.

Firebase Analytics is enabled by default when you integrate the SDK into your mobile application, but if you want to disable its data collection for any reason, see this documentation .

+1
source

You can also delete the project as follows:

1) Go to the console and select the project that you want to delete. Then go to the "User Rights" section, located under the gear / widget setting: enter image description here

2) Then the page will open up to the "Settings: Users and Permissions" tab by default. You will need to go to the "General" tab. At the bottom of the page you will see a gray easily skipped button with the inscription "Delete", click, read and accept a few conditions that you might want to read, and not scroll through:

enter image description here

I tried to uninstall through the GCP console, but for some reason I did not succeed. He would say that he was deleting the project, and confirmed the deletion. I would go to the console, and that would be "how" ... "Hey kidding, still here."

0
source

Source: https://habr.com/ru/post/1015397/


All Articles