Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Do I Remove This Error in Firebase: "This domain is already in use."?

I'm trying to add a custom domain to an existing project but keep getting the error that "this domain is already in use." I'm not using this domain anywhere else in any other project.

There is only 1 other forum post (http://grokbase.com/t/gg/firebase-talk/165r5n78nq/firebase-domain-is-already-in-use) about this error but following the step provided leads to zero results.

like image 636
Coder828 Avatar asked Jun 21 '16 18:06

Coder828


People also ask

How do I verify my Godaddy domain with Firebase?

Step 1: Go to firebase console and check your project. Step 2: Click Hosting Link from the left side and you can see your default website deployed. Step 3: Click Connect Domain link from the page. Step 4: Add Domain name in the connect custom domain popup.


2 Answers

Go to https://console.firebase.google.com/iam-admin/iam/project and click on 'Projects Pending Deletion" click Restore. Then go to https://console.firebase.google.com/project/YOUR-PROJ-ID/hosting/main and delete the domain connection(s).

That should free the domain up for a new SSL cert.

like image 136
Ronnie Royston Avatar answered Nov 02 '22 03:11

Ronnie Royston


If you are getting that error it means that you're already using the domain in a project. You probably deleted the project but did not disconnect the domain before it was shut down. In this case, you can either wait for 10 days from when you deleted the project for it to be removed or, you can restore the project by going to the Firebase IAM & Admin console click on projects pending shutdown.

Then proceed to disconnect the domain from the project like you normally would. Now you can use that domain again with no problem.

like image 20
Dolapo Toki Avatar answered Nov 02 '22 02:11

Dolapo Toki