[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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- Does 1.9.0 Self Hosted have MongoDB Atla...
I have been playing with the new 1.9.0 update and I am really excited for the MongoDB support. I wanted to ask though if at the current time Appwrite supports b...