We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda74c0 commit b1fde26Copy full SHA for b1fde26
src/firebase_functions/firestore_fn.py
@@ -211,8 +211,8 @@ def _firestore_endpoint_handler(
211
func = _core._with_init(func)
212
213
if event_type.endswith(".withAuthContext"):
214
- event_auth_type = event_attributes["authtype"]
215
- event_auth_id = event_attributes["authid"]
+ event_auth_type = event_attributes["auth_type"]
+ event_auth_id = event_attributes["auth_id"]
216
database_event_with_auth_context = AuthEvent(**vars(database_event),
217
auth_type=event_auth_type,
218
auth_id=event_auth_id)
0 commit comments