小编Isa*_*sky的帖子

Firebase数据库,云功能,规则

如何限制write访问/lastmodified表中的数据库名为/functions-project-12345只有云的功能,read & write访问表/chat给大家

/functions-project-12345
    /lastmodified: 1234567890
    /chat
        /key-123456
            username: "Mat"
            text: "Hey Bob!"
        /key-123457
            username: "Bob"
            text: "Hey Mat"
Run Code Online (Sandbox Code Playgroud)

firebase firebase-security firebase-realtime-database google-cloud-functions

2
推荐指数
1
解决办法
693
查看次数