
I have a basic doubt about how we append data to the end of an array in appwrite database. Now update document is just replacing them without adding a new data into the array.

Hi, currently, update function is the best way to do this, we are working on introducing the feature of adding to the array. Can you please upvote this: https://github.com/appwrite/appwrite/issues/2531

Append it locally and update the document for now 🙂

Ok thank you👍

How do we do it with the update document
Recommended threads
- Auth Error
`const user = await createSessionClient(session).account.get(); ` node-appwrite package can work but react-native-appwrite package cannot work. The only diffe...
- Is this 24h overview?
When checking cloud.appwrite.io/console/project/overview/platforms There is Database, Storage, Auth and Function overview (Image is pinned). Is this 24h usage ...
- Auth Error
`const user = await createSessionClient(session).account.get(); ` node-appwrite package can work but react-native-appwrite package cannot work. The only diffe...
