Firebase 可以输出静态内容吗?
Can Firebase output static content?
如果我在 Firebase 上有一个博客应用...
发布博客 post 时,我可以通过 Firebase 的 webhosting/CDN 功能获取要缓存的结果 URL 吗?
或者网站托管功能是否只针对您手动上传的静态内容?
或者我可以完全跳过网站托管功能,让一些博客 url(例如:博客。com/posts/something)作为静态 html 在 CDN 中缓存。
或者 Firebase 是否总是要求 JS 应用程序(或一般应用程序)请求数据并显示该数据必须始终是实时呈现?而不是扁平化 html static/cached 版本?
Or is the webhosting feature strictly for static content that you manually upload?
是的,Firebase 托管用于托管您在开发过程中创建的静态文件。它不是用来存储生成的文件的地方。
如果我在 Firebase 上有一个博客应用...
发布博客 post 时,我可以通过 Firebase 的 webhosting/CDN 功能获取要缓存的结果 URL 吗?
或者网站托管功能是否只针对您手动上传的静态内容?
或者我可以完全跳过网站托管功能,让一些博客 url(例如:博客。com/posts/something)作为静态 html 在 CDN 中缓存。
或者 Firebase 是否总是要求 JS 应用程序(或一般应用程序)请求数据并显示该数据必须始终是实时呈现?而不是扁平化 html static/cached 版本?
Or is the webhosting feature strictly for static content that you manually upload?
是的,Firebase 托管用于托管您在开发过程中创建的静态文件。它不是用来存储生成的文件的地方。