How to get value through sharing link?

I have an application where I have a referral system, the referral codes are stored in an online database!
In order for me to know who referred a particular user, this user has to enter the code of the person who invited him or her into my app or I won’t know (he gets points for doing so)
I saw that many applications have referral systems only by sharing link. I have my app on PlayStore, is there any way I can create a referral system through the sharing link?

Yes for this you need connect both your website and Firebase/Any database data.

One way would be using Firebase’s Dynamic Links ( https://firebase.google.com/docs/dynamic-links ) but I don’t know if it’s currently possible to use it in Kodular.

1 Like

Maybe possible with Google APIs

1 Like