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
- Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I...
- MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appw...
- Build Error Truncated
I'm trying to start with Appwrite using an existing Next.js project of mine. When a deployment runs though it just ends up showing :`server error.","code":500,"...