We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9481fe8 commit db1eb6cCopy full SHA for db1eb6c
src/firebase_functions/firestore_fn.py
@@ -311,7 +311,7 @@ def on_document_written_with_auth_context_wrapped(raw: _ce.CloudEvent):
311
_util.set_func_endpoint_attr(
312
on_document_written_with_auth_context_wrapped,
313
options._endpoint(
314
- event_type=_event_type_written,
+ event_type=_event_type_written_with_auth_context,
315
func_name=func.__name__,
316
document_pattern=document_pattern,
317
),
0 commit comments