Closed
Description
Do you want to request a feature or report a bug?
Reporting a bug
What is the current behavior?
c.f. this gist the firebase.login
method just returns the user uid
when logging in instead of an object as stated in the documentation.
What is the expected behavior?
The login
method should return an object as stated by the documentation.
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
"firebase": "^4.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-redux-firebase": "^1.4.4",
"react-router-dom": "^4.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",