📜  @firebase 数据库:FIREBASE 警告:用户更新失败:permission_denied - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:18.356000             🧑  作者: Mango

代码示例1
Open firebase, select database on the left hand side.
Now on the right hand side, select [Realtime database] from the dropdown and change the rules to:
{
"rules": {
".read": true,
".write": true
}
}