标签: firebase firebase-hosting
我正在开发一个想法,我刚刚开始尝试身份验证。 我想要使用的所有其他Firebase服务都需要需要添加到网站的API密钥。具体来说,遵循身份验证示例:它已粘贴在登录表单中。
Following the Authentication example, this would be visible when pressing CTRL+U.
当我在浏览器上检查代码时,API密钥显然是可见的,我觉得这很危险。在Firebase Hosting上托管您的应用程序时,有没有办法安全地做这些事情?