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
Also, I'm trying to get auth states working on a test app, and I'm checking whether user is logged in or not by calling this.$router.app.user on a child component (App.vue from Vue CLI) since I'm using vue-router, is it ok for you?
The text was updated successfully, but these errors were encountered:
What does
.bind(this)
means on this line https://github.com/chrisbraddock/vuefire-auth-demo/blob/master/index.html#L50 ? What are why binding and where?Also, I'm trying to get auth states working on a test app, and I'm checking whether user is logged in or not by calling
this.$router.app.user
on a child component (App.vue
from Vue CLI) since I'm usingvue-router
, is it ok for you?The text was updated successfully, but these errors were encountered: