
In my system, all authenticated users can create documents but not read them. I am creating a cloud function that reads all the documents and sends a push notification if, e.g. a user hasn't created a document in the last 24 hours. I assumed that scheduled cloud functions are called with admin permission, but this is not the case. How to make it possible for the function (and only the function) to read the documents?
I am using Flutter SDK. Thank you
Recommended threads
- Migration error 'Invalid Runtime: dart-3...
I try to migrate my project from a self hosted Appwrite 1.6.2 to another self hosted server (Appwrite 1.7.4). When it comes to migrate the functions i get the e...
- Create a common utils file for all funct...
Hello everyone, I am trying to create a common utils file where I can store js functions that are common to many functions such as get a user, get a team, get ...
- Functions Failing Due to Installed Depen...
Hi team! Before anything, I am on the so far while we're in the planning phase of the app, and will be upgrading to pro soon. If there's a possibility that this...
