Monitoring Firebase Firestore Cloud Functions
So I have been looking a way to monitor the cloud function which is triggered by firestore every 5 minutes to check if the function is working or not. Also to alert to a notification channel like slack if the function is not working. Is there a way for that.
How to schedule a task in cloud function trigger and then stop it?
Basically, I am working on a system in which some users (dispatchers) can create calls, and then other users (volunteers) can respond to those calls.