We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a6fa5 commit ae63cd6Copy full SHA for ae63cd6
Python/quickstarts/firestore-sync-auth/functions/main.py
@@ -16,8 +16,8 @@
16
from firebase_functions import firestore_fn
17
18
19
-# [START authContext]
20
-@on_document_updated_with_auth_context(document="comments/{comment_id}")
+# [START verifyComment]
+@firestore_fn.on_document_updated_with_auth_context(document="comments/{comment_id}")
21
def verify_comment(event: Event[Change[DocumentSnapshot]]) -> None:
22
23
# Get the current and previous document values.
0 commit comments