Test Python Google Cloud Functions locally
问题 I'm trying out the Python3.7 runtime on Google Cloud Functions. I am able to deploy the functions and make them work once deployed, however, I can't seem to run the emulator to test them locally before I deploy. Google's documentation is a little inconsistent where they tell you to install the google functions emulator here: https://cloud.google.com/functions/docs/emulator But over on Firebase they tell you to npm install firebase-admin, firebase-tools and firebase-functions. All of the