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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -