Error when deploying Cloud Functions for Firebase: TypeError: functions.region is not a function
I have a Firebase project which uses a mix of Cloud Functions 1st Gen and Cloud Functions 2st Gen. I recently updated both the Firebase CLI and SDK with the following commands npm install firebase-functions@latest firebase-admin@latest --save as advised in…