Closed jgero closed 3 years ago
Have a look at using the sharp library for resizing images in the cloud functions. Sharp also supports WebP, a better format for serving images in the web. An example of how to use it in a firebase cloud function can be found here.
Will be integrated in #269.
Have a look at using the sharp library for resizing images in the cloud functions. Sharp also supports WebP, a better format for serving images in the web. An example of how to use it in a firebase cloud function can be found here.