Rank 3: Container
Relationship: How can I relate the attribtue to the specific or array of User?
Votes
1
Replies
8
Participants
Unknown
Messages
9
Rank 3: Container
Relationship: How can I relate the attribtue to the specific or array of User?
Rank 2: Process
I would be interested in that too
Moderator
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
Rank 3: Container
that would be an option.
Rank 3: Container
but need to keep in sync all the create.
Moderator
When the user click registering button, you trigger a function and create the corresponding document
Moderator
So it will be kept in sync
Rank 3: Container
thanks. that would be possible.
Moderator
[SOLVED] Relationship: How can I relate the attribtue to the specific or array of User?