FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

`firebase init functions` runtime Node 12 -> Node 14 by jhuleatt · Pull Request #3399 · firebase/firebase-tools · GitHub

firebase init functions runtime Node 12 -> Node 14 - #3399

Merged
jhuleatt merged 8 commits into
masterfrom
jhuleatt-node-14
May 25, 2021
Merged

firebase init functions runtime Node 12 -> Node 14#3399
jhuleatt merged 8 commits into
masterfrom
jhuleatt-node-14

Conversation

Copy link
Copy Markdown
Contributor

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

firebase init functions

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:

jhuleatt requested review from egilmorez and joehan May 24, 2021 21:11
google-cla Bot added the cla: yes Manual indication that this has passed CLA. label May 24, 2021

joehan commented May 25, 2021

Copy link
Copy Markdown
Member

Thanks for making these changes - this reminds me that I should do the same for ext:dev:init templates

jhuleatt merged commit cfb1e51 into master May 25, 2021

ghost commented May 27, 2021

Copy link
Copy Markdown

Does it mean that Node 14 is no longer in beta?

jhuleatt commented May 27, 2021
edited
Loading

Copy link
Copy Markdown
Contributor Author

@web2033 yes, we'll be updating that doc soon

devpeerapong pushed a commit to devpeerapong/firebase-tools that referenced this pull request Dec 14, 2021
bkendall deleted the jhuleatt-node-14 branch March 18, 2022 23:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Manual indication that this has passed CLA.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL