I need a dynamic link (short url) that:
on mobile:
- when app is installed -> open app
- when app is not installed -> open store
on desktop:
- open specific web url
I managed to get it working for the mobile part. However, on desktop it also opens the deeplink for the app. The documentation states to use the OFL parameter for that. Now if I manually add this parameter to the long url everything works as expected but I need a short url. How can I add this parameter via Firebase Console directly?
Cheers