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 bf849b5 commit 90cfc7eCopy full SHA for 90cfc7e
functions/background/index.js
@@ -20,7 +20,7 @@
20
* @param {Object} context Cloud Function context.
21
* @param {Object} data Request data, provided by a trigger.
22
*/
23
-exports.helloworld = function helloworld (context, data) {
+exports.helloWorld = function helloWorld (context, data) {
24
if (data.message === undefined) {
25
// This is an error case, "message" is required
26
context.failure('No message defined!');
0 commit comments