gpt4 book ai didi

firebase - 将 Firestore 安全规则集 () 转换为字符串值

转载 作者:行者123 更新时间:2023-12-04 10:12:30 25 4
gpt4 key购买 nike

根据 Firestore 安全规则文档,使用 affectedKeys() MapDiff 函数将返回一个 rules.Set()

function getName() {
return ({"alice":"owner", "john":"writer"}).diff({"john":"writer"}).affectedKeys();
}

在上面的示例中,["alice"] 将从函数返回,但作为 Set 类型,而不是 List 类型。

我需要将返回值转换为字符串 ("alice") 而不是 Set,但到目前为止我无法找到实现该操作的方法。有可能实现吗?

最佳答案

如果您可以将 Set 转换为 List,就会有。但如果没有这种转换,这是不可能的。我建议使用 Firebase support 提交功能请求.

关于firebase - 将 Firestore 安全规则集 () 转换为字符串值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61262454/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com