Skip to content

cloud functions v2 crashes on 0.3.0 firebase-functions #194

Closed
@DawidMaciazek

Description

@DawidMaciazek

After rollout of new version of firebase-functions (0.3.0) my python cloud functions 2nd gen started crashing.

Logs form GCP console:
logs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions