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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...