brain-web / brain-web.github.io

A permanent online space for the community to meet&matcha, work&watermelon, catch up&coffee.
https://brain-web.github.io
21 stars 10 forks source link

Fix: set logged user to session #34

Closed anibalsolon closed 3 years ago

anibalsolon commented 3 years ago

While centralizing the firebase auth code, a specific implementation for the community page was lost and the page was not getting the information about the logged user. This PR reworks the code, setting the Vue app as a global in the page and injects the auth information in its structures once Firebase performs authentication.