react-redux-firebase icon indicating copy to clipboard operation
react-redux-firebase copied to clipboard

Bug: auth.stsTokenManager.accessToken is assigned incorrectly to the value of tokenId

Open olddustysocksunderthecouch opened this issue 4 years ago • 0 comments

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