firebase 存储是存储网页上使用的图像的好地方吗?
Is firebase storage good place to store images that are used on web pages?
我应该考虑使用 Firebase Storage 来存储在网页上呈现的图像吗?这些可能是在产品列表页面或其他资源(如主图)上呈现的图像。
图片 CDN 是替代 firebase 存储的好选择吗?
Should I consider using firebase storage for storing images that are rendered on web pages?
是的。不仅如此,您还可以将图片网址保存在 Cloud Firestore or the Realtime Database 中以备后用。
These might be images rendered on the product listing page or other resources like hero images.
是的,这是一种很常见的方法。
Is image CDN a good option instead of Firebase Storage?
那里有很多选择。除此之外,禁止在 Whosebug 上寻求书籍、工具、软件库的推荐。但我可以告诉你的是,Firebase 存储可以完美地在网页上显示图像。
我应该考虑使用 Firebase Storage 来存储在网页上呈现的图像吗?这些可能是在产品列表页面或其他资源(如主图)上呈现的图像。 图片 CDN 是替代 firebase 存储的好选择吗?
Should I consider using firebase storage for storing images that are rendered on web pages?
是的。不仅如此,您还可以将图片网址保存在 Cloud Firestore or the Realtime Database 中以备后用。
These might be images rendered on the product listing page or other resources like hero images.
是的,这是一种很常见的方法。
Is image CDN a good option instead of Firebase Storage?
那里有很多选择。除此之外,禁止在 Whosebug 上寻求书籍、工具、软件库的推荐。但我可以告诉你的是,Firebase 存储可以完美地在网页上显示图像。