Skip to content

Commit 6efee6a

Browse files
committed
add admin snippets temporarily
1 parent 8e0139f commit 6efee6a

File tree

2 files changed

+1309
-0
lines changed

2 files changed

+1309
-0
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)