1

I want to make a link to send it in a email so when the receptor clicks it send him directlly to the app (ios or android) if he has it installed or to the browser if he has not the app

Linkendin mails (for example) do that, but i don't know how.

Thanks a lot.

Edit: My app is an hibryd app developed with Cordova

Borja
  • 31
  • 6

1 Answers1

1

Firebase Dynamic Links are links that work the way you want, on multiple platforms, and whether or not your app is already installed.

Check this https://firebase.google.com/docs/dynamic-links/

RajeshKumar R
  • 15,445
  • 2
  • 38
  • 70