Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.28 KB

What's it do?

Firebased was designed to be a starting point for any AngularFire (AngularJS+Firebase) web application. Here are a few feature highlights...

  • Account handling (includes cookie session storage)
  • Dead simple three way data binding on user-specific arrays. (Confused? Open 2 demo pages simultaneously and modify some text)
  • A functional and responsive bootstrap template
  • Implements a wide range of Angular, Firebase, and MVC concepts out of the box.

Depends on Bootstrap, jQuery, firebase, angularfire, and angular-cookie

Click here to see the demo

How do I get started?

To get started, simply change "appName" at the top of app.js to your firebase appName and run index.html. Currently, all logic is contained in the controllers found in app.js

  • Please note that this is a beta version of which is still under developmet. Any and all contributions are greatly appreciated!

Documentation coming soon!