React-native-firebase: Dynamic link of react-native-firebase version 4.1.0 does not work on android

Created on 1 Sep 2018  路  3Comments  路  Source: invertase/react-native-firebase

I followed exactly this tutorial to install dynamic link on android then I handle dynamic link by 2 function
firebase.links().getInitialLink() .then((url) => { console.log("url.....", url); });
and
firebase.links().onLink((url) => { console.log("url.....", url); });

I tested by copy and paste the dynamic link to chrome --> it auto open app but the url I logged is always null in both 2 situations (installed and not installed app).

Does anyone has the same issue like me?

Stale

Most helpful comment

I have the same problem!

All 3 comments

I have the same problem!

Hello 馃憢, this issue has been automatically marked as stale because it has not had activity for quite some time. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.

Was this page helpful?
0 / 5 - 0 ratings