We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92549f9 commit 8e2abcfCopy full SHA for 8e2abcf
functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/index.js
@@ -20,7 +20,7 @@ const admin = require('firebase-admin');
20
admin.initializeApp();
21
22
// Adds two numbers to each other.
23
-exports.addNumbers = functions.https.onCall((data, context) => {
+exports.addNumbers = functions.https.onCall((data) => {
24
// Numbers passed from the client.
25
const firstNumber = data.firstNumber;
26
const secondNumber = data.secondNumber;
0 commit comments