只是一个简单的问题,文件上写着
"Cloud Code is easy to use because it's built on the same JavaScript SDK
that powers thousands of apps. The only difference is that this code
runs in the Parse Cloud rather than running on a mobile device."
因此,这是否意味着也有必要使用云代码进行服务器端身份验证,例如登录用户?还是我解释得不对?
我也在为我的移动应用程序创建一个w
我学习萤火虫,有初学者的问题。如果我有一个网站连接到,并且该网站正在从name: value json之类的云数据存储中提取文档。
那么,该网站是一个“用户”,或者我的意思是,网站需要登录,即使它有芹菜呢?
我读过,只能看到需要在用户中签名的设置!
我想要一个网站从云数据存储中提取这个name: value,这是我想要的吗?
以下是规则:
service cloud.firestore {
match /databases/{database}/documents {
match /<some_path>/ {
allow read, write: if r