Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
backend-manager
Advanced tools
Site | NPM Module | GitHub Repo
Backend Manager is an NPM module for Firebase developers that instantly implements powerful backend features. Be sure to look at which functions it exposes before using it!
First, install the package via npm:
npm i backend-manager
After installing via npm, simply paste this script in your Firebase functions/index.js
file.
// In your functions/index.js file
const Manager = require('backend-manager');
exports.Manager = Manager.init(exports, {
initializeApp: true
});
const {functions, admin, cors, lodash, Assistant} = Manager.libraries;
Next, run the setup command to allow backend-manager
to configure your Firebase project with best practices and help keep your dependencies up to date!
bm setup
Your project will not be checked for errors and any tips and fixes will be provided to you!
Note: you may have to run cli commands with npx bm <command>
if you install this package locally.
bm v
: Check version of backend-manager.
bm setup
: Runs some checks and sets up your Firebase project.
bm config:get
: Save Firebase config to your project.
bm config:set
: Start an interface for setting a config value. You'll be prompted for the path
and value
.
bm config:delete
: Start an interface for deleting a config value. You'll be prompted for the path
.
bm serve <port>
: Serve your Firebase project, defaults to port 5000.
bm test
: Run Firebase test .js
files in the ./test
directory.
bm i local
: Install local copies of this important module: backend-manager
.
bm i production
: Install production copies of this important module: backend-manager
.
bm deploy
: Deploy the functions of your Firebase project.
bm clean:npm
: Delete, clean, and reinstall npm modules.
If you are still having difficulty, we would love for you to post a question to the Backend Manager issues page. It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
Somiibo: A Social Media Bot with an open-source module library.
JekyllUp: A website devoted to sharing the best Jekyll themes.
Slapform: A backend processor for your HTML forms on static sites.
SoundGrail Music App: A resource for producers, musicians, and DJs.
Hammock Report: An API for exploring and listing backyard products.
Ask us to have your project listed! :)
FAQs
Quick tools for developing Firebase functions
The npm package backend-manager receives a total of 179 weekly downloads. As such, backend-manager popularity was classified as not popular.
We found that backend-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.