6

I have a firebase domain which looks like : https://my-app-id.firebaseapp.com/

I'm trying to create a Dynamic Link with this domain, but it fails on the Verify step.

It says "We couldn't verify your domain web.app. Check your settings and try again."

I cannot find any settings where to add this TXT record into the Firebase integrated domain, all I can find is for a custom domain, but this is not custom, it is from firebase.

Any ideas?

enter image description here

Tiberiu Popescu
  • 4,486
  • 2
  • 26
  • 38
  • If you're having trouble configuring Firebase products using the console, I suggest contacting Firebase support directly for assistance. https://support.google.com/firebase/contact/support – Doug Stevenson Jun 19 '20 at 15:15

1 Answers1

0

The TXT record is need if you have a custom domain.

If you don't have a custom domain you must use one provided by google, which is something like example.page.link

https://firebase.google.com/docs/dynamic-links/

Edgar Domingues
  • 930
  • 1
  • 8
  • 17
  • 2
    I do use a firebase domain, I created it from firebase console on Hosting section. – Tiberiu Popescu Jun 19 '20 at 11:48
  • @tibbus what Domain did you enter before getting to the step you show in the screenshot? – Edgar Domingues Jun 20 '20 at 13:50
  • my-app-id.firebaseapp.com . Where "my-app-id" is my firebase app id, I got the domain from Firebase Hosting. – Tiberiu Popescu Jun 20 '20 at 17:03
  • Can you try using "my-app-id.page.link" or other ending in "page.link"? You can't use exactly your hosting domain for dynamic link (see here why https://firebase.google.com/docs/dynamic-links/custom-domains?authuser=0#using_your_web_domain_for) – Edgar Domingues Jun 21 '20 at 18:22