/music-history-firebase-bolierplate

CRUD app skeleton for attaching some awesome firebase interactions

Primary LanguageJavaScript

Music History or Burning Down the House

Grunt, Browserify, Sass, Firebase3

To run:

  • Fork and clone this repo
  • cd into it
  • cd into lib and run npm install
  • Add your Firebase credentials to javascripts/fb-keys.js
  • Add javascripts/fb-keys.js to your .gitignore
  • Run Grunt to compile the CSS and JS files
  • Add logic for getting, adding, editing, and deleting songs:
    • main.js and db-interactions.js
  • Add authentication logic to user.js
  • Can you become a Firebase Ninja Unicorn? Oh yeah!
  • You will find the answers to your questions in another branch.