Skip to content

Commit 100d4dd

Browse files
authored
Changelog for v0.2.1 (#62)
1 parent 8ec6d63 commit 100d4dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- `wrap` method now accepts `resource` as override in Context object, example:
2+
3+
```
4+
const wrapped = test.wrap(require("../src/index").myFirestoreFunction);
5+
wrapped(data, {
6+
resource: {
7+
name: ""projects/my-project/databases/(default)/documents/users/user-123",
8+
},
9+
});
10+
```
11+

0 commit comments

Comments
 (0)