Can I use Firebase Dynamic Links for a web app?
Asked Answered
K

1

8

I don't see any option for Web under "receiving dynamic links" in Firebase Dynamic links page.

Without the SDK, there's no way to connect a post-install user with a pre-install click.

I have a desktop app that runs on node.js like a web app, using nw.js. What I'm trying to do is create referral links for users. After someone clicks a referral link, I need to be able to track his referrer. But the problem is that link is only going to take him to the download page, after he downloads and opens up the app for the first time, how can I reach his referrer info? The desktop app has no connection with the website that users download from.

I understand that this can be done with Dynamic Links SDK but can I use that SDK in a web app?(desktop app actually but runs with HTML/node.js)

Kokoschka answered 1/8, 2018 at 20:0 Comment(0)
M
8

The post-install deeplinking in Dynamic Links is just for Android and iOS - so there isn't an equivalent for a desktop app.

Maugre answered 5/8, 2018 at 5:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.