Skip to content

Commit 2e57204

Browse files
authored
Add import tags to pull into docs.
1 parent 385ab5e commit 2e57204

File tree

1 file changed

+2
-0
lines changed
  • Node/quickstarts/callable-functions/functions

1 file changed

+2
-0
lines changed

Node/quickstarts/callable-functions/functions/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
// [START imports]
1718
const {onCall, HttpsError} = require("firebase-functions/v2/https");
1819
const {getDatabase} = require("firebase-admin/database");
1920
const {logger} = require("firebase-functions/v2");
2021
const sanitizer = require("./sanitizer");
22+
// [END imports]
2123

2224
// [START v2allAdd]
2325
// [START v2addFunctionTrigger]

0 commit comments

Comments
 (0)