Bare bones user authentication services for a Firebase/Angular application
Ensure you have up-to-date versions of Grunt and Bower then install dependencies by running:
bower install then (sudo) npm install
Set up a new Firebase database and save your unique Firebase URL as a constant in app.js.
Now just run grunt serve to get started.