JakePickle / teamform-seed

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 4 forks source link

Redundant firebase initialization #116

Open Patric-Lee opened 7 years ago

Patric-Lee commented 7 years ago

Currently the firebase is initialized seperately in different javascript files, leading to some bugs. I propose to initialize firebase in site.js to avoid redundancy.