While walking through Thinkster.io's AngularJS tutorial chapter 4 (Three-way data binding with a real-time server), I encountered some problems.
The tutorial advises us to:
- run
bower install angularfire --save
- add
firebase
to the list of required modules - add a constant
FIREBASE_URL
to ourapp
After implementing the posts functionality, I tried it in the browser and got the following error (in Chrome console):