googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
409 stars 191 forks source link

Updated config.js with FBURL, but still get error #46

Closed kangulardev closed 10 years ago

kangulardev commented 10 years ago

I get 'myfb.firebaseio.com' expected to be 'INSTANCE.firebaseio.com' error .. I simply can't figure out what's wrong! Please help.

katowulf commented 10 years ago

Probably this?

katowulf commented 10 years ago

I've removed that test unit in the 0.8.2 release. You can do the same.

emaV commented 9 years ago

I have the feeling the issue is coming from a small misunderstanding (I did too ;-)).

You should change only the first occurrence of INSTANCE on line 14 and not the other one that simply check that you changed the value in the previous line.

Maybe the line

Open app/js/config.js and add your Firebase URL

should read

Open app/js/config.js and set the value of FBURL constant to your Firebase URL

katowulf commented 9 years ago

Sounds like a great clarification. We shall make it so! (unless one of you submit a PR first) Cheers.