You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: