Replies: 1 comment 2 replies
-
I have the issue. Subsequent calls will return the initial link. This behavior is different from the similar function Anyone know if this behaviour is expected? And if the difference between function is intentional? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am experiencing an issue with Firebase Dynamic Link.
I have a link that opens the app via a deeplink using dynamicLink().getInitialLink(). I can see the post related to the link. However, when I open the app manually again without any link, I still see the same post that was opened via the deeplink. This issue occurs only on iOS.
On Android, there is no issue; I can see the post that was opened via the link and also the general posts when opened manually.
Beta Was this translation helpful? Give feedback.
All reactions