After rollout of new version of firebase-functions (0.3.0) my python cloud functions 2nd gen started crashing. Logs form GCP console:  It looks like problem is in firestore_fn.py line 137 and 138: ``` event_auth_type = event_attributes["authtype"] event_auth_id = event_attributes["authid"] ``` changing authtype->type and authid->id solves the problem locally (emulators). For deploys to work I had to change firebase-functions to version 0.2.0