Firebase Auth Couldn't Verify Domain

Viewed 2877

I have a Firebase account, and I want to tailor the email address from which verification emails are sent. I follow the instructions.

enter image description here

I have a domain registered with 1&1 and set up as instructed.

enter image description here

But after about 2 days, I get the following.

enter image description here

Please can anyone advise. Thanks

3 Answers

I also was unable to verify my custom domain for the auth templates.

My solution was to remove my custom domain from the host name in the DNS records needed for the verification.

Example:

TXT record: from contoso.com to @

CNAME record: from firebase._domainkey.contoso.com to firebase._domainkey

Note: My domain is hosted by Godaddy.com

For those using Cloudflare. Make sure you don't have DNS flattening activated in the CNAME.

enter image description here

Related