Files
excalidraw-libraries-server/firebase.json
dwelleandAakansha Doshi f07e5b97d7 host on firebase (#5)
add setup script

set Functions EXCALIBOT_TOKEN on deploy

use yarn & node v14

update readme

use GH_TOKEN naming

deploy on pr [debug]

install deps during deploy

fix deps installing

change firebase project

install firebase-tools locally

use `busboy` and ensure we use Firebase emulator server on localhost

factor routes and middlewares into own files

Update functions/index.js

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

Update functions/routes/libraries.js

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

Update .github/workflows/deploy.yaml

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>

fix typo and wrap in try catch

update readme

remove busboy timeout

Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
2021-06-20 17:35:36 +05:30

11 lines
117 B
JSON

{
"functions": {
"source": "functions"
},
"emulators": {
"functions": {
"port": 6001
}
}
}