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 2863fc3 commit ec13417Copy full SHA for ec13417
Python/quickstarts/callable-functions/functions/main.py
@@ -16,10 +16,10 @@
16
from typing import Any
17
18
# [START v2imports]
19
-# Dependencies for callable functions
+# Dependencies for callable functions.
20
from firebase_functions import https_fn, options
21
22
-# Dependencies for writing to Realtime Database
+# Dependencies for writing to Realtime Database.
23
from firebase_admin import db, initialize_app
24
# [END v2imports]
25
0 commit comments