
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
firebase-functions-instance
Advanced tools
Methods and Helpers for Firebase cloud functions, Firestore, RTDB, and more
Use Babel to target the correct execution environment for Cloud Functions for Firebase and use modern languages features (ES6+) to develop.
Here is the accompanying Medium post.
I suggest developing your Cloud Functions in the src/functions/
directory and output everything to a dist/functions/
folder. By using a single root package.json
we remove the need for maintaining and possibly merging two or more for the Functions themselves and other code, like a frontend app.
Use @babel/core
, @babel/cli
and @babel/preset-env
with some npm scripts to compile to the Cloud Functions server runtime of NodeJS v6.11.5. The output directory, dist/functions/
is created on compilation in the deploy step (yarn deploy).
Firebase predeploy scripts are used in the firebase.json
to coordinate which npm scripts get called before deploying to ensure everything is built.
# Clone this dir
curl https://codeload.github.com/jthegedus/blog-code/tar.gz/master | tar -xz --strip=1 blog-code-master/firebase-functions-es6-babel
cd firebase-functions-es6-babel
# Install
yarn
If you're using firebase-tools
globally, then skip to the Deploy to Firebase step.
yarn fblogin
yarn serve
Update .firebaserc
to use your Firebase project id.
yarn deploy
FAQs
Methods and Helpers for Firebase cloud functions, Firestore, RTDB, and more
The npm package firebase-functions-instance receives a total of 6 weekly downloads. As such, firebase-functions-instance popularity was classified as not popular.
We found that firebase-functions-instance demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.