Skip to content

Commit 958a7bc

Browse files
authored
Correct comment to indicate that it writes to Firestore, not RTDB
1 parent 62379dd commit 958a7bc

File tree

1 file changed

+2
-2
lines changed
  • quickstarts/uppercase-firestore/functions

1 file changed

+2
-2
lines changed

quickstarts/uppercase-firestore/functions/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ admin.initializeApp();
2626
// [END import]
2727

2828
// [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
29+
// Take the text parameter passed to this HTTP endpoint and insert it into
30+
// Cloud Firestore under the path /messages/:documentId/original
3131
// [START addMessageTrigger]
3232
exports.addMessage = functions.https.onRequest(async (req, res) => {
3333
// [END addMessageTrigger]

0 commit comments

Comments
 (0)