diff --git a/src/firebase_functions/firestore_fn.py b/src/firebase_functions/firestore_fn.py index a9d4f2a..0f20172 100644 --- a/src/firebase_functions/firestore_fn.py +++ b/src/firebase_functions/firestore_fn.py @@ -211,6 +211,8 @@ def _firestore_endpoint_handler( func = _core._with_init(func) if event_type.endswith(".withAuthContext"): + console.log("event_type: ", event_type) + console.log("event_attributes: ", event_attributes); event_auth_type = event_attributes["authtype"] event_auth_id = event_attributes["authid"] database_event_with_auth_context = AuthEvent(**vars(database_event),