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
- Authentication issues with appwrite on c...
Hello, I’m self-hosting Appwrite v1.8.0 and have been running into persistent authentication issues when accessing the API through my custom domain. I am unabl...
- Add setForwardedIP() method to Client SD...
Hi team, I request this feature https://github.com/appwrite/appwrite/issues/10788 ```javascript const client = new Client() .setEndpoint(endpoint) .setProj...
- help with domain cookie!
I'm having trouble with cookie domain configuration for cross-subdomain authentication. The session cookies are being scoped to the Appwrite endpoint domain ins...