Skip to content

Commit 0f049fe

Browse files
Update index.js
1 parent 33bc21b commit 0f049fe

File tree

1 file changed

+1
-1
lines changed
  • firestore/extend-with-functions/functions

1 file changed

+1
-1
lines changed

firestore/extend-with-functions/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function multiWildcard() {
156156
// context.params.messageCollectionId == "incoming_messages";
157157
// context.params.messageId == "134";
158158
// ... and ...
159-
// context.data.data() == {body: "Hello"}
159+
// change.after.data() == {body: "Hello"}
160160
});
161161
// [END multi_wildcard]
162162
}

0 commit comments

Comments
 (0)