[SOLVED] Relationship: How can I relate the attribtue to the specific or array of User?
- 1
- Users
- Accounts
- Databases
- Tools
Relationship: How can I relate the attribtue to the specific or array of User?
I would be interested in that too
If what you want is to relate an user with a document, you will need to handle that manually, since users API and databases are different things that cannot be related.
If you want the user name, for example to be publicly available (for example, blog posts), you will need creating a users collection with user's name and document ID's being the same as user ID, and that will be related as any other documents
that would be an option.
but need to keep in sync all the create.
When the user click registering button, you trigger a function and create the corresponding document
So it will be kept in sync
thanks. that would be possible.
[SOLVED] Relationship: How can I relate the attribtue to the specific or array of User?
Recommended threads
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...