It is possible, when creating a document, programmatically enable the users Relationship function ??'
you mean relate to the User? No. you can't relate to the user. People typically create a collection named something like profiles and then make relationships to that
Exactly, relate to the user programmatically.(dynamically). I can do it manually, but I need to create the document and relate to the user at the same time (from my app)
and all because I am reading the json of the parent Document, so that it lists everything related to it.
yes
Recommended threads
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...