I need help in my social media project instagram clone I am using appwrite cloud as backend I have a User collection which store related to user like email, name ,username,bio,profile pic etc I have a Post collection which store post which user created and it is related to user I want a functionality where user can follow someone and then in profile page we can view how many user follow us and how many we follow I am not able to understand how should i create a new collection and relate it to user and then achieve above result Can someone help me with that ?
Recommended threads
- 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...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...