Join Slack
Powered by
I wonder if there is way to update an array of an ...
# community-help
m
Martin
04/30/2024, 4:17 PM
I wonder if there is way to update an array of an document efficient. Lets say I have a Group
Copy code
group{ id: string members string[] }
Is there a way to append or delete a string of the members? Or is the only way to update the members to send the whole array of strings?
k
Kishore Nallan
04/30/2024, 4:26 PM
It's not possible to add/remove elements without sending the whole array.
✅ 1
2
Views
Open in Slack
Previous
Next