【发布时间】:2018-11-22 20:24:37
【问题描述】:
It looks like you're using the development build of the Firebase JS SDK.
When deploying Firebase apps to production, it is advisable to only import
the individual SDK components you intend to use.
For the CDN builds, these are available in the following manner
(replace <PACKAGE> with the name of a component - i.e. auth, database, etc):
https://www.gstatic.com/firebasejs/5.0.0/firebase-<PACKAGE>.js
它占用了我已经有限的控制台空间的一半 :(
注意:我在 html 中使用 firebase .. 和 script 标签。我不使用这里解释的导入语法:similar question
如何停止这个警告?
【问题讨论】:
标签: javascript firebase