I have collection named ServiceFavorite
it have two attributes service (have relation with my service collection) and user (have relations with my userProfile collection). Now I have method that getAllFavorites of the particular user. So how can I query that the user is equal to this current user.
Shouldn't the related stuff appear in the results if you fetch the user profile?
I have a ServiceFavorite collection it will store all the favorites of the different users. That is why I want to use Query.equal to get only documents that is owned by the current user
Currently, querying relationships is not supported: https://appwrite.io/docs/databases-relationships#query
Ohh I seee that is sad
Recommended threads
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...