It is my understanding that Firebase Storage is built on Google Cloud Storage. As such, is it possible to apply GCS-style image transformations on Firebase Storage image urls?
For example, is it possible to perform the following:
Resize the image to 32 pixels (aspect-ratio preserved):
http://lhx.ggpht.com/randomStringImageId
To:
http://lhx.ggpht.com/randomStringImageId=s32
Code/Documentation Source: https://cloud.google.com/appengine/docs/python/images/