Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase hosting not validating TXT record in GoDaddy

I deployed my app and now I'm trying to add my custom URL. I followed Firebase's instructions and added their TXT record to my DNS (GoDaddy). But now Firebase is saying it's still not verified. I assume I'm doing something wrong, but there's not much here to mess up...

Screen Shot of Firebase

Screen shot of DNS

like image 305
DoubleTri Avatar asked Jun 25 '18 13:06

DoubleTri


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

Per my comment above, the solution was to use the @ sign in the Name column of GoDaddy, not the actual name of the domain that is owned.

like image 167
JeremyW Avatar answered Oct 14 '22 21:10

JeremyW


To add a bit more information to this great solution for future reference.

DNS propagation can be monitored using a service like: https://www.whatsmydns.net/ This will show you when your records are ready, thus can be verified by firebase.

As for subdomain, ie. beta.example.com

The value would be 'beta' instead of '@' or 'example.com' for the godaddy DNS records.

like image 21
Alocus Avatar answered Oct 14 '22 22:10

Alocus