-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[firebase_dynamic_links] Working Only on 2nd Open #1409
Comments
Hi @CedYF |
#255 fixed it for me. Currently running that fork, it will hopefully be merged soon. |
If this issue is happening in iOS then you may find some good information in this article https://medium.com/flutter-community/handling-firebase-dynamic-links-in-flutter-7c1de6a4e2e |
Hi again @CedYF |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! Could everyone who still has this problem please file a new issue with the exact descriptions what happens, logs and the output of 'flutter doctor -v' please. |
Describe the bug
If install an app with a firebase deeplink, the deeplink won't work on the original install. But it will work on subsequent opens of the app.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the deeplink to work on the initial install.
Additional context
There could be something on the install where it's not passing through.
The text was updated successfully, but these errors were encountered: