【发布时间】:2016-12-09 10:17:12
【问题描述】:
据我了解,Firebase Storage 是基于 Google Cloud Storage 构建的。因此,是否可以在 Firebase 存储图像 url 上应用 GCS 样式的图像转换?
例如,是否可以执行以下操作:
将图像大小调整为 32 像素(保留纵横比):
http://lhx.ggpht.com/randomStringImageId
收件人:
http://lhx.ggpht.com/randomStringImageId=s32
代码/文档来源:https://cloud.google.com/appengine/docs/python/images/
【问题讨论】:
标签: firebase google-cloud-storage google-cloud-platform firebase-storage