How to resolve Firebase Scheduled Function Error: 9 FAILED_PRECONDITION
I have a scheduled function (scheduledFunction) that calls another function (_clearOldReports) that uses a collectionGroup to regularly delete documents from any collection named reports. In the GCP console logs viewer I am getting Error: 9 FAILED_PRECONDITION but no further details…