Reputation: 7847
When we're using Firebase dynamic links do we have to use the page.links domain hosted be google or can we use our own host and domain?
I want the functionality of installing an app from a link and then processing the custom url on first run but I want the apple-app-site-association file to be hosted on my own server.
Is this possible? If not, is this functionality possible without firebase or branch?
Upvotes: 3
Views: 2361
Reputation: 19960
Right now you can only use a subdomain of page.link
on Firebase Dynamic Links but please to file a feature request to bring your own domain name: https://firebase.google.com/support/contact/
Upvotes: 2