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
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...