Hello, I'm new to Appwrite, I come from a Firebase background, and in firebase, we use dynamic links (which will be discontinued soon) for refer and earn system, and when a dynamic link opens it has a userId query parameter so we know whose link it is, whenever someone opens referral link.
we can do similar with Appwrite too, but how to generate a unique referral code and link it to the Appwrite user?
hi @kamal.panara , we just released Appwrite Dynamic Links today.
https://github.com/appwrite/dynamic-links
Does the readme answer your question? If not, let me know, and we will provide more documentation.
You can have a collection of referral codes and a function for accepting the referral code. The function can lookup the referral code
Recommended threads
- SSL Certificate Issuance Failed
When we first deployed our site using appwrite and a custom domain everything was working, but it seems like the SSL certificate never got renewed. I tried dele...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...