I have a parent document, I want to add new child document to the parent document, but by using updateDocument, the new child will replace the old child in the parent document. In console, there is an Add Item button to add new child, which seem to work like what I wanted, so I assume this is possible. But I don't know how to, in the docs, there is no reference about it: https://appwrite.io/docs/products/databases/relationships#update
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- 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...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...