| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for making these changes - this reminds me that I should do the same for ext:dev:init templates |
Sorry, something went wrong.
Sorry, something went wrong.
|
@web2033 yes, we'll be updating that doc soon |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Updates the runtime for functions generated by the firebase init functions CLI command now that Node 14 is GA in Cloud Functions.
Also updates the firebase-functions and firebase-admin packages to their latest versions.
Scenarios Tested
the resulting functions/package.json:
{ "name": "functions", "description": "Cloud Functions for Firebase", "scripts": { "serve": "firebase emulators:start --only functions", "shell": "firebase functions:shell", "start": "npm run shell", "deploy": "firebase deploy --only functions", "logs": "firebase functions:log" }, "engines": { "node": "14" }, "main": "index.js", "dependencies": { "firebase-admin": "^9.8.0", "firebase-functions": "^3.14.1" }, "devDependencies": { "firebase-functions-test": "^0.2.0" }, "private": true }Docs
This affects the docs here: