We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5007c6b commit ce28093Copy full SHA for ce28093
functions/helloworld/index.js
@@ -20,6 +20,8 @@ const Buffer = require('safe-buffer').Buffer;
20
// [START functions_helloworld_get]
21
/**
22
* HTTP Cloud Function.
23
+ * This function is exported by index.js, and is executed when
24
+ * you make an HTTP request to the deployed function's endpoint.
25
*
26
* @param {Object} req Cloud Function request context.
27
* @param {Object} res Cloud Function response context.
0 commit comments