3

How to integrate firebase dynamic link with new android navigation architecture component. My app have one activity and many fragments. Please help with recommended way.

Niyas
  • 717
  • 11
  • 18

1 Answers1

0

First, create an implicit deep link and make sure that it works before moving on.

Finally, create a Dynamic Link in the Firebase console by following the step-by-step form :

enter image description here

maxbeaudoin
  • 6,546
  • 5
  • 38
  • 53
  • Is this working also for Long Dynamic Link? When I click long dynamic link, it does nothing – rafaelasguerra Sep 20 '19 at 16:42
  • https://stackoverflow.com/questions/57868086/navigation-component-seems-just-working-with-short-dynamic-link-firebase?noredirect=1#comment102471419_57868086 – rafaelasguerra Sep 20 '19 at 20:25