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 b74ffb9 commit 4d956a8Copy full SHA for 4d956a8
Node/quickstarts/callable-functions/functions/index.js
@@ -15,9 +15,12 @@
15
*/
16
17
// [START imports]
18
+// Dependencies for callable functions
19
const {onCall, HttpsError} = require("firebase-functions/v2/https");
-const {getDatabase} = require("firebase-admin/database");
20
const {logger} = require("firebase-functions/v2");
21
+
22
+// Dependencies for the addMessage function
23
+const {getDatabase} = require("firebase-admin/database");
24
const sanitizer = require("./sanitizer");
25
// [END imports]
26
0 commit comments