We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8c626 commit c708cd6Copy full SHA for c708cd6
Python/quickstarts/firestore-sync-auth/functions/main.py
@@ -39,7 +39,5 @@ def verify_comment(event: Event[Change[DocumentSnapshot]]) -> None:
39
40
# add auth medadata to the document
41
new_value.reference.update({"created_by": user_auth_id, "verified": verified})
42
-
43
44
# [END verifyComment]
45
# [END all]
0 commit comments