如何私下部署 Firebase 云功能

How to Firebase cloud function deploy privately

当我使用 firebase deploy --only functions 为 firebase 部署云功能时,我发现这些功能是使用身份验证标志部署的 allUsers

如何按上述方式默认使用私有部署 firebase 云功能

无法通过 Firebase CLI 设置 Cloud Functions 的此访问控制级别。它目前确实总是在 repo 上设置 access to allow all users. It sounds like a reasonable request to allow control of this though, so I'd file a feature request 和可能的 PR。

目前:如果您想设置此访问级别,则必须按照 controlling access on a function 上的 Google 云文档中的说明在云控制台中进行设置。