
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
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
