Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly handle single Firebase project #23

Closed
michaelyfan opened this issue Aug 22, 2020 · 1 comment
Closed

Properly handle single Firebase project #23

michaelyfan opened this issue Aug 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@michaelyfan
Copy link
Member

michaelyfan commented Aug 22, 2020

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 michaelyfan added the bug Something isn't working label Aug 22, 2020
@michaelyfan michaelyfan self-assigned this Aug 22, 2020
@michaelyfan michaelyfan changed the title Move to single Firebase project Properly handle single Firebase project Aug 22, 2020
@michaelyfan
Copy link
Member Author

258f5d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant