2

I am really struggling here... All I actually want to achieve is that I can get the Generate-Strong-Password function inside my app but that is actually harder than I thought.

I learned that I should go with Firebase Dynamic Links because I have a Wordpress-Website from All-Inkl.com.

I followed this Tutorial and there is actually an Apple-Site-Association-File at the moment. But I can't access my Website anymore as it looks like this:

enter image description here

Inside my Firebase Project I am getting this error which says that there not all the necessary "A-Files" are inside my Website:

enter image description here

My DNS-Settings:

enter image description here

I've been struggling for weeks now to get this done so if anyone has any idea how I can fix it I would be extremely grateful!! (btw, I am a total newbie when it comes to websites; I know my way around Swift though)

Chris
  • 1,828
  • 6
  • 40
  • 108

1 Answers1

2

It seems that different domain providers accept different values for DNS entries ('A records' = 'A-Datensätze', in this case).

Try editing the entries for the Host field (which currently hold your website's URL) to one of the 'common inputs' listed here: https://firebase.google.com/docs/hosting/custom-domain?hl=de#domain-key

As the URL to your site doesn't seem to be what your provider accepts, I would suggest you try replacing it with the next option, i.e. replacing it with @ .

Hope this helps solving your issue!

m1ck
  • 166
  • 6
  • the problem is that in **all-inkl** I can not set 2 A records for the domain, only one (last picture first line). Thats why I changed the Host-Fields to ' * ' . But these fields are not recognized by Firebase. – Chris Apr 10 '20 at 20:38