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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...