[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
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
