Expo linking and firebase dynamic links.

Expo Version: 45.0.0
Platforms(Android/iOS/web/all): Android / iOS

I want to generate a link like firebase dynamic link does.

Firebase dynamic link can do

  1. When app not installed, open App Store.
    a. After user install app and first launch, firebase dynamic link can fire handler. And user will see a page which dynamic link indicate.
  2. When app installed, open app and see a page which dynamic link indicate.

Can I implement these two features with expo linking?

Hi guys,
Firebase dynamic link will help you handle it

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.