dscgt / recycling_website

Admin website for GT OSWM&R.
0 stars 0 forks source link

Properly handle single Firebase project #23

Closed michaelyfan closed 3 years ago

michaelyfan commented 3 years ago

We moved to a single Firebase project instead of two, thus the website only has to handle one Firebase project. At the moment the website is set to handle two Firebase projects but only uses one project, and one project is being duplicated to two initializations (see src\environments\environment.ts). Additionally, our project's Firebase initialization does not follow the recommended initialization for Angular (see here: https://github.com/angular/angularfire/blob/master/docs/install-and-setup.md). Furthermore, #21 is being caused by this. This should be changed!

michaelyfan commented 3 years ago

https://github.com/dscgt/recycling_website/commit/258f5d778c515b37b4ccf2e287367a4d9a313016