Dynamic link not reset after usage #7062
Unanswered
w00ter123456
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am using firebase_dynamic_links: ^2.0.9
I getting some parameters from a dynamic link but the issue i am facing is its returning the value multiple times. Its not getting reset after being used. When clicking a TextButton FirebaseDynamicLinks is being called after which i should go to another screen when a dynamic link was used. The problem is that this dynamic link is being cached or something because when i return to the previous screen and click the button again the value is again being returned. What am i doing wrong here?
This only happends on android devices and only when the app was started using a dynamic link. So when the app was already running in the background this issue doesnt occur. Also on IOS everything works fine.
Beta Was this translation helpful? Give feedback.
All reactions