Reactjs – How to upload images to Firebase and return the URL using React and TypeScript
I want to be able to upload multiple images to Firebase using React Typescript. The uploadBytes() is throwing some type error which I have been unable to resolve. Below is my Code type imageUploadType = { lastModified: number, lastModifiedDate: Date,…