📅  最后修改于: 2022-03-11 14:56:18.356000             🧑  作者: Mango
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
}
}