How can I update an attribute of array type by appending a new item?
I wonder if you'd need to get the array and add a new element then update the record with the new array.
was my first thought. Limiting requests to appwrite is my goal. As for coding, it feels like I’m writing a novel that never ends!
For sure, I'd be interested to see what the best answer is. Other than what I've put above, to limiting your calls in your frontend, you can setup a function that does this for you, but that would obviously be more work /:
One issue with doing a get and then an update is also that you could run into race conditions. I would love to know if there is better way of doing this
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.