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 tried to Custom Token login by this.props.firebase.login(tokenStr) (react-redux-firebase@2.0.0-beta.5). It doesn't work for me. Instead, I have to this.props.firebase.login({token: tokenStr}). Is the API doc not updated?