[dynamic_link] Support for ofl parameter #5587
Replies: 6 comments 2 replies
-
A possible workaround for this is to manually create a long link, specify the |
Beta Was this translation helpful? Give feedback.
-
I found this issue recently and I figure out a half-way workaround that can help to mitigate the issue. You create the dynamic link as it is specified and then modify the "queryParameters":
|
Beta Was this translation helpful? Give feedback.
-
@gkhristian thanks the suggestion, it works while waiting for Flutter to support ofl parameter. |
Beta Was this translation helpful? Give feedback.
-
😄 you can also try to create everything manually for now, it's not so complicated
|
Beta Was this translation helpful? Give feedback.
-
There is a new PR which allows adding a ofl parameter for short URLs |
Beta Was this translation helpful? Give feedback.
-
Do you have any information when It's going to be possible to configure the ofl parameter for dynamic links created in the Firebase console? There seems to be some demand for that stackoverflow. I want to create multiple deep links via the Firebase console that point to my apps on ios and android as well as my web app. Since the links need to be delivered via different mediums for example via email I want to store them in one place without creating new links in different places. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Currently, there's no way to specify the
ofl
parameter in the dynamic link. This is helpful when the linked content does not have a web equivalent, thus we need to set a different URL for desktop users.Describe the solution you'd like
Add a
desktopLink
forDynamicLinkParameters
Additional context
For reference: https://firebase.google.com/docs/dynamic-links/create-manually?authuser=0
Beta Was this translation helpful? Give feedback.
All reactions