Skip to content Skip to sidebar Skip to footer

How Can I Make Image Load Faster From Firebase Storage?

Loading images from firebase storage is very slow, it was taking more than 2sec to show image in my web page. Is there any way to seed up image loading? Will it seed up when give r

Solution 1:

You could create a cloud-function where the image can be compressed after upload and replace the original image. You can follow this sample to get some idea. You will need to watch for storage upload to trigger your functions.


Post a Comment for "How Can I Make Image Load Faster From Firebase Storage?"