gbaccetta
gbaccetta

Reputation: 4577

Firebase template domain verification and firebase hosting at the same time seems to fail

I'm after having associated a custom domain for firebase hosting and firebase dynamic links, I was trying to setup a custom domain for authentificatio email templates. However verification for the authentification fail.

I'm using Namecheap for the DNS configuration.

Is it because the cname and @ directive conflict one with each other ? I chose a subdomain for the authentification template mail:

enter image description here

Upvotes: 0

Views: 1333

Answers (1)

John Hanley
John Hanley

Reputation: 81356

Information is DNS servers is public information. Trying to answer what is wrong is very hard when you hide the information required.

  1. Go to Google Domains Is your domain verified in Google Domains? If not complete that step first.
  2. The CNAME resource records appear correct.
  3. Most likely the last two TXT records are wrong. I am guessing that you are using something like app.example.com. The managed zone is example.com. The host is app. Your TXT records should only have *app without the managed zone example.com.
  4. After you modify DNS server resource records be prepared to wait. Firebase will say up to 48 hours.
  5. If my answer does not solve your problem you will either need to disclose your DNS server resource records or find someone that understands DNS to help you.

Upvotes: 2

Related Questions