📜  firebase 连接被拒绝状态 401 - 任何代码示例

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

代码示例1
You have to modify acccess rules to the DB:
{
  "rules": {
    ".read": true,
    ".write": true
  }
}