I am trying to fetch individual users chat for that i have created =>{ id1: my_uid+""+friends_uid , id2: friends_uid+""+my_uid }
and using thid syntax to fetch the data => Query.and([
Query.equal("id1",myInfo?.$id+""+selectedID),
Query.equal("id2", selectedID+""+myInfo?.$id)
])
But i am getting this query data Query.equal("id1",myInfo?.$id+""+selectedID), second Query.equal("id2", selectedID+""+myInfo?.$id) its not getting true not getting second query data.
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...