Dynamic Image resizing for firebase storage -


is there efficient method serve dynamic size images stored in firebase storage through changing query parameter in image url? or imgix? efficient method?

i recommend try cloud functions firebase storage resizing using imagemagick

writing cloud storage trigger cloud functions firebase

sample code

generate thumbnail


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -