Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Firebase Dynamic Links

Firebase Dynamic Links is an external tool that facilitates the integration with deeplink and has some features to define the behavior in Apple and Android, such as redirect user to the store when there is no app installed. This tool still can be used, but will be shutdown soon, as stated here.

The WL app will not have integrated firebase dynamic links sdk . What does it mean? The app will not have the firebase dynamic links listener to parse and handle deeplink contents automatically. The following pictures simplifies the main use-cases, but this reference has all details.

  • If the mobile customer click on it and has installed app, then it goes to the app directly. Otherwise, he/she can be redirected to the store and get the app. The web customer access the webpage directly in the browser.

Acceptance Criteria:

Paula Winter (Unlicensed) , could you please fill the acceptance criterias

Deeplinks

Regular deeplinks (not necessarily firebase dynamic links ) will be enabled in the app, so that when the user has it already installed app and click on deeplink, he/she can be redirected to the app. Otherwise, he/she will go to the browser with the webpage link opened.

...