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 ea37463 commit 4d359cbCopy full SHA for 4d359cb
Python/quickstarts/callable-functions/functions/main.py
@@ -19,7 +19,7 @@
19
# Dependencies for callable functions
20
from firebase_functions import https_fn, options
21
22
-# Dependencies for messageFunctionTrigger
+# Dependencies for writing to Realtime Database
23
from firebase_admin import db, initialize_app
24
# [END v2imports]
25
0 commit comments