Skip to content

Commit b1fde26

Browse files
committed
NO-JIRA: change property names
1 parent cda74c0 commit b1fde26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/firebase_functions/firestore_fn.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def _firestore_endpoint_handler(
211211
func = _core._with_init(func)
212212

213213
if event_type.endswith(".withAuthContext"):
214-
event_auth_type = event_attributes["authtype"]
215-
event_auth_id = event_attributes["authid"]
214+
event_auth_type = event_attributes["auth_type"]
215+
event_auth_id = event_attributes["auth_id"]
216216
database_event_with_auth_context = AuthEvent(**vars(database_event),
217217
auth_type=event_auth_type,
218218
auth_id=event_auth_id)

0 commit comments

Comments
 (0)