How to configure deeplinking in firebase ?

3 minutes read

Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they're looking for when they open the app for the first time.

Step by step

Follow the below steps

  • First of all , you have to Create Project in Firebase.

  • Click "Dynamic Links" from left navigation menu.

  • Click "Get Started".

  • Double-click in highlighted input field , it would show you url recommendation then Select from recommendations then Click "Finish".

  • Copy the url from the highlighted field then Click "Finsih".

Paste the dynamic link in your project and pass into functions while generating deeplink for your content

Was this article helpful?