prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 559 forks source link

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

Open olddustysocksunderthecouch opened 4 years ago

olddustysocksunderthecouch commented 4 years ago

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