You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys. Currently I'm having a question about Dynamic Link Generation.
I'm using firebase_dynamic_links to generate link, below is my implementation.
I have 2 version of app.
Version 1: User generated link and shared it to another users. This link will redirect user to another url (eg: https://abc.com)
Version 2 : I changed the configuration, will open Store to download app. But this time my users will not share that link again.
-> My question is : After changed the configuration. How to make the Old generated link to behave exactly like the latest configuration ?
The reason I have this question is because when I create dynamic on console, and update/edit it later. The first generated link still work as latest configuration. I want to achieve the same behavior by generate link in code.
- If that is impossible to achieve. Then can you guys suggest a way to work around this use case? Thanks a lots
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys. Currently I'm having a question about Dynamic Link Generation.
Version 1: User generated link and shared it to another users. This link will redirect user to another url (eg: https://abc.com)
Version 2 : I changed the configuration, will open Store to download app. But this time my users will not share that link again.
-> My question is : After changed the configuration. How to make the Old generated link to behave exactly like the latest configuration ?
The reason I have this question is because when I create dynamic on console, and update/edit it later. The first generated link still work as latest configuration. I want to achieve the same behavior by generate link in code.
- If that is impossible to achieve. Then can you guys suggest a way to work around this use case? Thanks a lots
Beta Was this translation helpful? Give feedback.
All reactions