We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec6d63 commit 100d4ddCopy full SHA for 100d4dd
CHANGELOG.md
@@ -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