I\'m new to Firebase... I\'m trying to get the \"Wire up a Backend\" example at Angularjs\' home page to run locally.
I got past the common ng
ng
Change your urls:
from this:
https://color-consolidator.firebaseio.com
to this:
https://color-consolidator.firebaseio.com/
I've created a pull request on your repo with the fix implemented.