gpt4 book ai didi

Firebase - 如何设置安全规则以便只有登录用户才能读写?

转载 作者:行者123 更新时间:2023-12-02 00:56:35 25 4
gpt4 key购买 nike

Firebase - 如何设置安全规则以便只有登录用户才能读取和写入特定表?

对于登录,我使用的是 firebase 内置的身份验证。

最佳答案

您可以检查 auth 变量

{
"rules": {
"posts": {
"$post_id": {
".write": "auth != null"
}
}
}
}

Check out the Firebase Security Guide for more information.

Also, you may want to check out the Bolt compiler.

关于Firebase - 如何设置安全规则以便只有登录用户才能读写?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34294584/

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