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 40b8cb9 commit 5f34eccCopy full SHA for 5f34ecc
firestore/extend-with-functions/functions/index.js
@@ -137,7 +137,7 @@ function basicWildcard() {
137
exports.useWildcard = functions.firestore
138
.document('users/{userId}')
139
.onWrite((change, context) => {
140
- // If we set `/users/marie` to {name: "marie"} then
+ // If we set `/users/marie` to {name: "Marie"} then
141
// context.params.userId == "marie"
142
// ... and ...
143
// change.after.data() == {name: "Marie"}
0 commit comments