r-park / todo-react-redux

Todo app with Create-React-App • React-Redux • Firebase • OAuth
https://todo-react-redux.firebaseapp.com
MIT License
1.02k stars 272 forks source link

Fixing a bug with path on firebase-list #46

Closed franciscofsales closed 8 years ago

franciscofsales commented 8 years ago

There were some missing underscores on the path member of the class. Therefore it was being discarded. Also added the ability to define the path on construction (it makes the code cleaner on other places)

r-park commented 8 years ago

@franciscofsales thanks for the PR 👍