Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backend-manager

Package Overview
Dependencies
Maintainers
1
Versions
604
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backend-manager

Quick tools for developing Firebase functions

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
542
increased by66.77%
Maintainers
1
Weekly downloads
 
Created
Source


GitHub package.json version

David David npm bundle size Code Climate maintainability npm node Website GitHub GitHub contributors GitHub last commit

Backend Manager

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!

Site | NPM Module | GitHub Repo

Install

Install with npm:

npm install backend-manager

Features

  • Automatically create and deploy powerful management and marketing functions
  • Automatically keep your Firebase dependencies up to date

Example Setup

After installing via npm, simply paste this script before the closing </body> tag to initialize Backend Manager.

// In your functions/index.js file
exports.backendManager = (require('backend-manager'))({
  ref: {
    exports: exports,
    cors: cors,
    functions: functions,
    admin: admin,
  },
  options: {}
});

Example CLI Usage

  • bem -v: Check version of backend-manager.
  • bem get:config: Save Firebase config to your project.
  • bem set:config: Start an interface for setting a config value. You'll be prompted for the path and value.
  • bem setup: Runs some checks and sets up your Firebase project.
  • bem serve <port>: Serve your Firebase project, defaults to port 5000.
  • bem deploy: Deploy the functions of your Firebase project.

Final Words

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!)

Projects Using this Library

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! :)

Keywords

FAQs

Package last updated on 15 Dec 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc