react-firebase-file-uploader
react-firebase-file-uploader copied to clipboard
An image uploader for react that uploads images to your firebase storage
Do you have a plan to support firebase v9 modular? https://firebase.google.com/docs/web/modular-upgrade I can contribute for using v9
Hi, I tried to run npm upgrade and it is throwing me this error: ``` npm upgrade npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm...
Getting this error when selecting image file ``` this.setState({ progress: p })} />
Could we add file size limit api to this library? Thanks for the awesome work here.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Uncaught (in promise) TypeError: Cannot read property 'name' of null at Observer.complete (index.js:150) at async.ts:27 
var name = storageRef.child(filenameToUse).getMetadata().then(function (metadata) { return metadata.name; });
When installing with npm, I am getting this warning on and would like to clear it: `npm WARN [email protected] requires a peer of firebase@^3.5.2 || ^4.0.0 || ^5.0.0 but none...
module "/home/edagurcia/Escritorio/mern-guia-completa/producthunt-nextjs/node_modules/react-firebase-file-uploader/lib/index" Could not find a declaration file for module 'react-firebase-file-uploader'. '/home/user/Escritorio/mern/project-nextjs/node_modules/react-firebase-file-uploader/lib/index.js' implicitly has an 'any' type. Try `npm install @types/react-firebase-file-uploader` if it exists or add a new declaration (.d.ts)...
I love your component and have been using it for some time with success, but I'm currently in the process of converting my React application over to typescript. I'm currently...