I am not very familiar with programming, especially writing network applications I have code I want to improve (make Appwrite easier to use + database multiplication) Improving the code to be suitable for use in large projects The application is just a simple example.. What is important is the method used to connect to Appwrite What is required is to optimize the code to reduce resource consumption on the device and server (Dart Code) https://github.com/TechComet/example_easy_appwrite
Recommended threads
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...