Skip to content
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

Handle deep links for a donation campaign #82

Open
nebiyuelias1 opened this issue Feb 9, 2022 · 0 comments
Open

Handle deep links for a donation campaign #82

nebiyuelias1 opened this issue Feb 9, 2022 · 0 comments
Assignees

Comments

@nebiyuelias1
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
After someone shares a donation campaign, people will be opening the link. When this link is opened we have to open the detail page of a donation campaign. Which means we navigate to a specific section inside the app.

Describe the solution you'd like
Handle deep links inside the app so that a specific page is opened, for example, the donation detail page.

Describe alternatives you've considered
It seems the firebase_dynamic links have a couple of options for handling the dynamic links:

  • If the application is terminated, the FirebaseDynamicLinks.getInitialLink method allows you to retrieve the Dynamic Link that opened the application.
  • Whilst the application is open, or in the background, you may listen to Dynamic Links events using a stream handler. The FirebaseDynamicLinks.onLink getter returns a Stream containing a PendingDynamicLinkData:

Additional context
But it seems we might be able to do the route parsing ourselves and route to a specific page using Navigator 2.0:

@nebiyuelias1 nebiyuelias1 self-assigned this Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant