标签: firebase polymer firebase-hosting
我创建了一个Polymer App,我想将它部署到Firebase Hosting。我遵循的大多数文档都将Firebase初始化代码放在index.html文件中。
index.html
API密钥之类的东西会在 View Source 上公开。有没有更好的方法来实现它并保持API密钥隐藏?
答案 0 :(得分:0)
API密钥用于标识您的Firebase项目。不要担心密钥会暴露给用户。
了解更多:
Is it safe to expose Firebase apiKey to the public?
How to restrict Firebase data modification?