以下のコードをコピーして図の通りに書き込めばるいいでしょう
// These rules grant access to a node matching the authenticated
// user's ID from the Firebase auth token
{
"rules": {
"users": {
"$uid": {
".read": "$uid === auth.uid",
".write": "$uid === auth.uid"
},
}
}
}
没有评论:
发表评论