Firebase Scheduler in Flutterflow Firebase Cloud Functions

Resolved

This is part question, part informative.

Using Scheduled Cloud Functions using Firebase V2 gave me an error:

Error: Unknown error. Please contact [email protected]o.

when trying to deploy within Flutterflow. The reason for this is apparently due to an eslint config issue. I was able to fix this by deploying the old fashioned way via the Firebase CLI, then debugging the files there since there's no way (to my knowledge) to access the .eslintrc.js in FF. If anyone has any insight on any other ways to fix without the old fashioned way, feel free to reply. I'm just hoping to save someone some time.

2