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

依然范特西╮ 提交于 2019-12-04 19:25:45

问题


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?

And firebase requires 2 text entries with same host.


回答1:


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:



来源:https://stackoverflow.com/questions/39020463/how-can-i-verify-my-custom-domain-using-domains-google-com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!