We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62379dd commit 958a7bcCopy full SHA for 958a7bc
quickstarts/uppercase-firestore/functions/index.js
@@ -26,8 +26,8 @@ admin.initializeApp();
26
// [END import]
27
28
// [START addMessage]
29
-// Take the text parameter passed to this HTTP endpoint and insert it into the
30
-// Realtime Database under the path /messages/:documentId/original
+// Take the text parameter passed to this HTTP endpoint and insert it into
+// Cloud Firestore under the path /messages/:documentId/original
31
// [START addMessageTrigger]
32
exports.addMessage = functions.https.onRequest(async (req, res) => {
33
// [END addMessageTrigger]
0 commit comments