I am trying to investigate Firebase Dynamic Links, at this point without much success.
I got started with this: https://firebase.google.com/docs/dynamic-links/ios/create. Though I followed the instruction as much as I could. I seem to hit a problem when testing:
https://app_code.app.goo.gl/apple-app-site-association
With my information typing something like the line below in the browser, in Safari (on my computer, or mailing the link to my iphone):
https://zy37bs.app.goo.gl/apple-app-site-association
I get this result:
{"applinks":{"apps":[],"details":[]}}
If I test the same link in FireFox I get about seven line of garbage (starting with the same as above), but it does not seem to contain anything usable.
I have never touched Firebase Dynamic Links before. What can be the problem?