Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase - Adding a TXT Record to Connect Custom Domain in Dynadot

I purchased my domain at Dynadot and now I need to connect that to my Firebase Web App.

Firebase requires me to add 2 TXT values to my domain registrar's DNS settings

enter image description here

However, Dynadot requires me to add A/AAAA/CNAME along with the TXT records. It gives me this error:

enter image description here

This is what my DNS looks like:

enter image description here

What am I missing here? Where can I find the information required for A or CNAME records in firebase?

like image 345
Dinuka Jay Avatar asked Sep 11 '25 23:09

Dinuka Jay


1 Answers

Firebase Hosting uses a two-step process for setting up your domain:

  1. verify that you own the domain using two TXT records
  2. set up the A, AAAA and CNAME records to forward traffic to Firebase Hosting

Firebase Hosting will not send you the details for step 2 until you've completed step 1.

If your provider doesn't allow you to enter TXT records without entering A and AAAA records, you can enter dummy values for step 1 and edit them once you get the values from Firebase in step 2.

like image 61
Frank van Puffelen Avatar answered Sep 13 '25 15:09

Frank van Puffelen