Skip to content

Commit b95915d

Browse files
authored
malcolm --> marie
1 parent b68c782 commit b95915d

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
@@ -152,7 +152,7 @@ function multiWildcard() {
152152
.document('users/{userId}/{messageCollectionId}/{messageId}')
153153
.onWrite((event) => {
154154
// If we set `/users/marie/incoming_messages/134` to {body: "Hello"} then
155-
// event.params.userId == "malcolm";
155+
// event.params.userId == "marie";
156156
// event.params.messageCollectionId == "incoming_messages";
157157
// event.params.messageId == "134";
158158
// ... and ...

0 commit comments

Comments
 (0)