Open jonathanboswell opened 5 years ago
Happy for you to assign this ticket to me if you want, just while we're here: https://github.com/fris-fruitig/react-firebase-file-uploader#starting-downloads-manually I think you mean: "Starting uploads manually"
Again, happy to update the README.md and also add some more examples such as dynamically generating the "storageRef" by using customHandler (user specific paths).
Love the component!
Quick note on the CSS cursor property...In the documentation you have: <label style={{backgroundColor: 'steelblue', color: 'white', padding: 10, borderRadius: 4, pointer: 'cursor'}}>
Think you mean: <label style={{backgroundColor: 'steelblue', color: 'white', padding: 10, borderRadius: 4, cursor: 'pointer'}}>
:)