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 385ab5e commit 2e57204Copy full SHA for 2e57204
Node/quickstarts/callable-functions/functions/index.js
@@ -14,10 +14,12 @@
14
* limitations under the License.
15
*/
16
17
+// [START imports]
18
const {onCall, HttpsError} = require("firebase-functions/v2/https");
19
const {getDatabase} = require("firebase-admin/database");
20
const {logger} = require("firebase-functions/v2");
21
const sanitizer = require("./sanitizer");
22
+// [END imports]
23
24
// [START v2allAdd]
25
// [START v2addFunctionTrigger]
0 commit comments