webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

Replace 'session' context with firebase.auth.currentUser #28

Closed abrie closed 4 years ago

abrie commented 4 years ago

Fix issue #27, along with some other related but undocumented issues. This was due to an unnecessary abstraction of the firebase auth object into a 'session' object; which lagged behind in updates. Removing the abstraction fixed the problem.