Can Firebase cloud functions be deployed with a Google IAM service account?
I used to be able to deploy Cloud Functions for Firebase with a service account with this: gcloud functions deploy MyFunction --service-account [email protected] That now throws an error that it can't find lib/index.js. I've tried different paths in main: in…