I want to use Firebase Dynamic Links to have my users join a game group created by another user in my Android Application.
I got my custom domain and hosted my static site in the same project for my android application.
The issue for me is that I had understood that all my websites had to have index.html
as entry point to my site, I really didn't know that I could name it at will nor know of the consequences of naming it differently.
Added a subdomain to follow the docs to use my subdomain. When trying to set up the Dynamic Links from the Firebase Console I couldn't make it work getting this error in the console.
Until I renamed my index.html
to start.html
as suggested in this answer.
I know only the basics on building websites, just to fulfill my needs, moving forward I'd like to understand why it works like this I literally use all Develop products from Firebase across my projects.
If the docs had pointed out the renaming of index.html
could have saved me a few hours of frustration.
UPDATE
So I renamed it to home.html
and the site was not available anymore, then I renamed it to start.html
and the site is ok again.
Renaming the index.html
, just rendered my site out of reach. Thought it was ok because I was just refreshing the site, when I tried in different browsers, turned out to be unavailable.
This is my Namecheap Host Records