Skip to content

Commit d4efe6a

Browse files
authored
Add snippets for nodejs here temporarily (#405)
* add admin snippets temporarily * write node snippets * run snippets
1 parent 8e0139f commit d4efe6a

File tree

107 files changed

+2788
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2788
-13
lines changed

firestore-temp/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "firestore-temp",
3+
"version": "1.0.0",
4+
"scripts": {
5+
"compile": "cp ../tsconfig.json.template ./tsconfig.json && tsc"
6+
},
7+
"license": "Apache-2.0",
8+
"devDependencies": {
9+
"@types/chai": "^5.2.3",
10+
"@types/mocha": "^10.0.10",
11+
"chai": "^6.2.0",
12+
"mocha": "^11.7.4"
13+
},
14+
"dependencies": {
15+
"@google-cloud/firestore": "^8.0.0-pipelines.1"
16+
}
17+
}

0 commit comments

Comments
 (0)