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
- [Self-hosted] Realtime crashes with "Mis...
- Regarding Rate Limits
Hello, I am a student engineer who built an internal website for my university club using AppWrite. My club currently has around 500 members, and when I recent...
- Problem adding domain onto the project a...
I have used 2 domains on the project HavanaDev (havanadev.pro and havanadev.com). .com was just redirected to . Pro domain. .pro is expired, now I’d like to use...