文件名称:node-cloud-firestore-starter:Node.js Cloud Firestore启动器
文件大小:97KB
文件格式:ZIP
更新时间:2024-03-23 20:27:40
TypeScript
Node.js Cloud Firestore入门
配置-Heroku
heroku config:set CLIENT_EMAIL= < email>
heroku config:set PROJECT_ID= < project>
heroku config:set SERVICE_KEY= < service>
配置-Powershell
$env :PRIVATE_KEY = [IO.File]::ReadAllText( "
【文件预览】:
node-cloud-firestore-starter-master
----bin()
--------www(2KB)
----package.json(2KB)
----test()
--------base.request.test.ts(2KB)
--------api.test.ts(158B)
--------api.request.test.ts(3KB)
----Procfile(14B)
----package-lock.json(219KB)
----src()
--------controller.ts(742B)
--------service.ts(2KB)
--------server.ts(2KB)
--------api.ts(2KB)
----views()
--------partials()
--------layout.pug(489B)
--------hello.pug(64B)
----tsconfig.json(4KB)
----.gitignore(27B)
----public()
--------img()
--------index.html(374B)
--------styles()
--------scripts()
----README.md(572B)
----.jshintrc(40B)