I'm a beginner, I made an application in React following the guides. The structure of my application is below. I have collections: 'Users', 'Posts', 'Saved Posts'. Between them I managed to set up a Relationship. I now want to create a 'Followers' collection so that my 'User' contains an array of subscriptions (id of the users I followed). How to correctly establish connections between the 'Users' and 'Followers' collections, what are the correct attributes to set?
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?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...