Firebase migrate configuration from 1st gen to 2nd gen
I am trying to migrate some of firebase functions to 2nd gen and currently having issues on how to migrate the configurations.
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
.