
I'm using flutter and I've just got everything set up, the document meta data is null but the actual query is fine. (see screenshot)
The permission I have are Guest - Read, User - Read, Write, Update
Query:
return databases.listDocuments(
databaseId: _db,
collectionId: _incidentsCollection,
queries: [
Query.select(['name']),
Query.equal('active', true)
],
);
I'm not sure where I'm going wrong - this seems like such a simple thing.
Thanks!
Recommended threads
- Data Diet Needed
I love the nested related data... but can we request limited data? I think my requests need to go on a diet. I return my courses, and the units all come with th...
- 1.6 to 1.7 does not work
Appwrite (self-hosted) stopped working after updating from 1.6.2 that was stable. Getting the general_server_error. Mentioning I fallowed all steps for upgrad...
- How to have two Appwrite Instances in Sy...
Hello, I am new to Appwrite. I am currently developing a training app for our sport with a friend and we would like to use Appwrite for this. We would like to d...
