ust-helloworld / The-Avengers-forming

This project is an application skeleton. It is used for a HKUST Software Engineering Course (COMP3111/H) in Fall 2016/17. My goal: The project is not asking students to re-produce the sample project. We should encourage students to do something better than the TA.
https://course.cse.ust.hk/comp3111/teamform/
MIT License
0 stars 6 forks source link

REMIND of debug #42

Open robbieyang opened 8 years ago

robbieyang commented 8 years ago

I notice that when some of you do debug of JS files, some errors will occur. It may be the issue of firebase since every updates of our feature will probably have minor changes on firebase structure, if you do debug of the features, I suggest you might try to read the code first to understand the new updated structure. Sometimes you need to delete the previous structure to avoid errors.

wai2016 commented 8 years ago

OK