I am trying to set up firebase dynamic links for my app/website www.example.com but I am doing something wrong. Here's what I've done
- Went to dynamic links in Firebase console to create a new dynamic link for the domain
example.com - Got this error
www.example.com is not connected properly - There was a problem with your DNS configuration, check this configuration in Firebase Hosting. Note: it could take up to 24 hours for your DNS configuration to reflect recent changes. - I went to hosting to connect the domain, I added the necessary
AandTXTfiles to my DNS provider (Website is not hosted on firebase)
After this was completed I tested the dynamic links and here is what I found
- The links were working for the app - If I clicked a link to
www.example.comit would just take me to the associated app, which is what I wanted - BUT, when trying to go to the website
www.example.comI am presented withInvalid Dynamic Link - Requested URL must be a parsable and complete DynamicLink
Why is it that Dynamic Links were working, but the website was not? How can I fix Dynamic links so that they work, as well as the website?
