DEV Community

Discussion on: July 8th, 2021: What did you learn this week?

Collapse
 
juniordevforlife profile image
Jason F

I started looking in to managing the auth state in a personal project of mine. It's built with Vue 2 + Vuex + Firebase. Last night I started working on keeping the user logged in which involved setting up some initial check using firebase.auth().onAuthStateChanged() and setting some state in Vuex. It's buggy as hell right now, but that's cool, I'll get it working.