I'm using Firebase dynamic links with link shortener and I want to define fallback link for clients beside Android and iOS. Manually constructed dynamic links have parameter ofl
that does exactly what I need The link to open on platforms beside Android and iOS
. However it seems that this parameter is missing in shortener documentation. Although ofl
is mention in the description of link parameter in shortener docs When users open a Dynamic Link on a desktop web browser, they will load this URL (unless the ofl parameter is specified)
.
Is it possible to somehow add a fallback url for clients beside Android and iOS (e.g. web) to redirect users there instead of link
parameter