We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68c782 commit b95915dCopy full SHA for b95915d
firestore/extend-with-functions/functions/index.js
@@ -152,7 +152,7 @@ function multiWildcard() {
152
.document('users/{userId}/{messageCollectionId}/{messageId}')
153
.onWrite((event) => {
154
// If we set `/users/marie/incoming_messages/134` to {body: "Hello"} then
155
- // event.params.userId == "malcolm";
+ // event.params.userId == "marie";
156
// event.params.messageCollectionId == "incoming_messages";
157
// event.params.messageId == "134";
158
// ... and ...
0 commit comments