Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Firebase CDN 似乎没有 API 或“最新”标签。建议是:
<script src="https://cdn.firebase.com/js/client/2.2.9/firebase.js"></script>
一个快速的谷歌显示,不同的网站有很多不同的版本加载。我知道当我被迫要求特定版本时,我忘记了更新。
问题是如何从浏览器请求中推断 firebase.js 和 firepad.(js|css) 的版本?
一些例子...
一般来说,我们建议只选择最新版本并使用它。我们不提供您可以包含的“最新”版本。如果我们不小心引入了错误或更改了您所依赖的行为,这可以隔离您。
然后,如果/当您想要升级时,您可以这样做并确保在将其发布给您的用户之前一切仍然有效。人们倾向于使用 jQuery 和其他库做同样的事情(将他们的应用程序固定到特定版本)。