
I'm wondering if it's possible for a guest or anonymous user to create a document and attach an email address to it, so that the document can later be claimed by a registered user once they sign up.
I understand this might be doable by assigning permissions to the anonymous user, but the challenge comes when the user switches browsers or devices — at that point, it's not the same anonymous session anymore.
Is there a recommended pattern or best practice for handling this kind of flow in Appwrite?

Keeping a collection with only email field fulfilled. If anyone signs up check in that list Delete if match then create on the users collection with proper data
Recommended threads
- Appwrite REST API Docs in LLM-Friendly F...
Is there a version of the Appwrite REST API documentation available in a format suitable for LLM vector embedding? Specifically, I’m referring to the following ...
- Recourse limit for your project has exce...
Hi, when I open my app, I am getting a resource limit exceeded error. Is this related to the appwrite side or is it related to my side?
- Update Document - GO
Hello Appwrite team, currently I am having trouble updating collection documents on GOlang . Can you help me with that? --- the README on GitHub is stale whil...
