Firestore安全规则和环境变量
可以为Firestore安全规则定义环境特定变量吗?就像 firebase cloud cloud函数。
It is possible to define environment specific variables for Firestore Security rules? Just like it is possible for Firebase Cloud Functions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,到目前为止(2023年1月6日)不可能开箱即用。为此,我必须编写一个自定义的WebPack插件。
No, it is not possible out of the box as of now (Jan 6th 2023). I had to write a custom webpack plugin for this purpose.