
[2022-08-27T06:39:23.124Z] @firebase/database:, FIREBASE WARNING: set at /like/3ba4d8f1e8eceec7/5 failed: permission_denied
at node_modules\expo\build\environment\react-native-logs.fx.js:null in warn
at node_modules\@firebase\logger\dist\index.cjs.js:null in defaultLogHandler
at node_modules\@firebase\logger\dist\index.cjs.js:null in Logger.prototype.warn
at node_modules\@firebase\database\dist\index.esm2017.js:null in warn
at node_modules\@firebase\database\dist\index.esm2017.js:null in repo.server_.put$argument_2
at node_modules\@firebase\database\dist\index.esm2017.js:null in sendRequest$argument_2
at node_modules\@firebase\database\dist\index.esm2017.js:null in PersistentConnection#onDataMessage_
at node_modules\@firebase\database\dist\index.esm2017.js:null in Connection#onDataMessage_
at node_modules\@firebase\database\dist\index.esm2017.js:null in Connection#onPrimaryMessageReceived_
at node_modules\@firebase\database\dist\index.esm2017.js:null in <anonymous>
at node_modules\@firebase\database\dist\index.esm2017.js:null in WebSocketConnection#appendFrame_
at node_modules\@firebase\database\dist\index.esm2017.js:null in WebSocketConnection#handleIncomingFrame
at node_modules\@firebase\database\dist\index.esm2017.js:null in mySock.onmessage
at node_modules\event-target-shim\dist\event-target-shim.js:null in EventTarget.prototype.dispatchEvent
at node_modules\react-native\Libraries\WebSocket\WebSocket.js:null in _eventEmitter.addListener$argument_1
at node_modules\react-native\Libraries\vendor\emitter\_EventEmitter.js:null in EventEmitter#emit
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __callFunction
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in __guard$argument_0
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:null in callFunctionReturnFlushedQueue
실시간데이터베이스 규칙수정 이거랑 상관있는건가요~?
{
"rules": {
".read": true,
".write": false
}
}
