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

dobi-fb

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dobi-fb

Firebase Project Manager

  • 0.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Dobi Firebase Manager

Welcome to the Dobi Firebase Manager

Quickstart Guide

First, install firebase-tools (from npm) and authenticate to your account. Create a directory, then run dobi-fb init to setup your environment.

Development Guide

  1. Use dobi-fb projects:add to add projects to your development environment.

  2. Use dobi-fb functions:setup to create a new function.

  3. If your function is database-triggered, do not use empty string.

  4. Your function will be placed in ./pkg/<function>/<version> By default, the function will be loaded from main.js/main.coffee, but you may change the settings in config.json to defined the file to load from.

  5. To deploy your functions:

  • edit the deploy_map param ./dobi-fb.json.
// example
"deploy_map": {
  "my_project": {
    "helloWorld": "1",
    "fooBar": "2"
  },
  "another_project": {
    "helloWorld": "1"
  }
}
  • optional: run dobi-fb functions:build to see how the functions compile in ./pkg/<project>/functions/pkg/<function_name>/<function_verson>

  • run dobi-fb functions:deploy to deploy your functions

TODOs

  • dobi-fb run - start a server that will allow you to test your functions
  • documentation on each command
  • documentation on managing keys
  • when keys are updated, clear out the keys first
  • diff views for function changes
  • adding node dependencies documentation
  • add a kill switch
  • command to list URLs to deployed function logs / config URLs i

Info

Author: Steven Anderson / Maestro.io - steven@sjanderson.org

Keywords

FAQs

Package last updated on 09 Jun 2017

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