Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I verify my custom domain using domains.google.com

How can I verify my custom domain using domains.google.com if it doesn't allow duplicate keys and firebase hosting requires a duplicated key entry?

enter image description here

And firebase requires 2 text entries with same host.

like image 906
portenez Avatar asked Aug 18 '16 14:08

portenez


People also ask

How do I verify domain with Google Domains?

Sign in to your Google Admin console. Sign in using your administrator account (does not end in @gmail.com). Click Continue. Scroll to the bottom of the next page and click Verify my domain.

How do I verify my website with Google?

Open Search Console using the same Google account that has edit access to your property in Google Analytics, and add or select the property to verify. Choose Google Analytics in the verification details page for your site and click Verify. If verification fails, see Potential errors below to troubleshoot the issue.


1 Answers

DNS records in Google Domains can contain multiple values. So while you can only have a single TXT record for a given name, it can contain all the values you need to validate the domain for Firebase Hosting.

The steps are:

  1. Click the Edit link next to your TXT record.
  2. Click the small + next to the (last) value.
  3. Enter the new value for the existing record
  4. Click Save

Here's one of our domains, after step 1:

Editing a multi-valued TXT record in Google Domains

like image 173
Frank van Puffelen Avatar answered Oct 07 '22 20:10

Frank van Puffelen