firebase-functions-typescript-starter icon indicating copy to clipboard operation
firebase-functions-typescript-starter copied to clipboard

Create & test Firebase Cloud Functions in TypeScript

Results 2 firebase-functions-typescript-starter issues
Sort by recently updated
recently updated
newest added

Node version: ``` v12.18.2 ``` package.json ``` "dependencies": { "cors": "2.8.4", "firebase-admin": "^9.1.0", "firebase-functions": "^3.9.1" }, "devDependencies": { "tslint": "5.11.0", "typescript": "3.0.3", "concurrently": "4.0.1", "@types/cors": "2.8.4", "@types/chai": "4.1.4", "@types/mocha": "5.2.5",...

question

Hi In my main project have a generic common.ts file where I put some functions and constants. If I import this file into the functions, the "run deploy" does not...