I am creating dashboard for a twitch bot commands. The plan is that you can have individual and team commands. The streamer can do what ever they want with individual commands. If the streamer is not the owner of the team he/she can only enable or disable the command. Now is my question what is the best database structure? Right now all the commands are in one collection with document security enabled
https://appwrite.io/docs/databases-relationships
Establishing relationships here might be a great approach
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...