Google Domain - DNS Configuration for Firebase Hosting - Connect Domain

This was really helpful but there was one missing thing I was still confused on. On the firebase docs page for this https://firebase.google.com/docs/hosting/custom-domain if you scroll down the page it give you an example of how to setup a google domain. It asks that you put in the following information.

enter image description here

I could not find any "verification value provided in firebase console" for a TXT record. I ended up just putting the DNS A record inputs and that worked for domainName.com and www.domainName.com


Click the little + icon to the right of the field where you're entering the IP address. That will open a second textbox that you can use for the second value.


I noticed in your screenshot

That you have @-------------.com (where I assume ----------- is your URL). You don't want that. You want simply @ there (and www if you want to redirect www.--------.com as well). @ means "this domain name", which in your case is ----------

Hope this helps!