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
I call firebase.login({token: token}) every time my app starts, which means login() could be called while the user is already logged in (yup this point can be improved, but the potential issue still exist). In this case, store.firebase.auth got reset to {isLoaded: true, isEmpty: true}. Firebase actions were dispatched in this sequence:
AUTHENTICATION_INIT_STARTED
AUTHENTICATION_INIT_FINISHED
LOGIN -- already logged in, action contains auth: {...}