
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
- "Memberships privacy" setting in 1.7.4
Hi everyone, I'm experiencing an issue with a clean self-hosted installation of Appwrite version 1.7.4. I previously used version 1.6.1, and if I remember corre...
- Struggling with Sessions
Understanding check: createAnonymousSession() registers the session with the backend setSession() creates a cookie on the user’s computer(?) getSession(‘curr...
- Swift: Response from .deleteDocument
According to the docs, in Swift when calling `databases.deleteDocument` the response is supposed to be 204 (No Content). However, we are finding the response is...
