Code Monkey home page Code Monkey logo

vulcan's Introduction

Vulcan - Firebase Data Inspector

Vulcan is a powerful tool for inspecting and manipulating your Firebase data directly from the Browser or Chrome DevTools.

Drop Vulcan into a web page

Vulcan can be used as plugin on your web page by simply including the script tags and css dependancies:

  <link rel="stylesheet" type="text/css" href="css/vulcan.css">
  <script src="https://cdn.firebase.com/js/client/1.0.24/firebase.js"></script>
  <script type="text/javascript" src="js/vulcan.js"></script>

Vulcan Chrome Plugin

To use Vulcan as a chrome plugin during development:

  1. Go to settings in your browser
  2. Navigate to Extensions
  3. Check Developer mode
  4. Click the Load unpacked extension... button
  5. Select the chrome-extension directory
  6. Open your dev tools
  7. You should now have a Firebase tab

The production version of Vulcan is also available in the Chrome Store

Development

We use grunt for our build process. You can use the following commands:

  • grunt dev - Builds the web and chrome extension in development mode and runs the demo on http://localhost:8000. All changes are processed automatically and live reloaded. The files in this mode are not compressed or uglified in order to make development easier.
  • grunt - Builds the web and chrome extension in production ready mode. The files produced with this command are minified and uglified in order to optimize performance.

License

MIT - http://firebase.mit-license.org

vulcan's People

Contributors

joeyyang avatar vikrum avatar aputinski avatar alexwolfe avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.