I want to store some of my values in array of object format in appwrite database after searching a lot I didn't find any solution yet therefore reaching here ,I am building a community mobile app
string attribute > make it array > stringify your object > save it. for update: fetch the array, parse it, add new object, stringify it > update it.
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...