react-redux-firebase
react-redux-firebase copied to clipboard
Bug: auth.stsTokenManager.accessToken is assigned incorrectly to the value of tokenId
What is the current behavior? The value of auth.stsTokenManager.accessToken is assigned to the value of the tokenId instead of the accessToken which is return after successfully signing it.
This behavior was experienced when using Firebase Google Sign In
What is the expected behavior? accessToken should have the correct value tokenId should be added to the stsTokenManager object