Compress image before uploading to Firebase
I stored my images upload from the user's computer by using Firebase and to improve the performance, I need to compress images in client side (using react) before sending it to Firebase. I found a library to process images called image-compressor. H...
Join discussion