Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 파이썬 #업무자동화 #python
- pyautogui
- 업무자동화
- YOLOv7
- yolo
- processstart
- ironpython
- pdf merge
- Google API
- google cloud
- pythonnet
- Text To Speech
- Text-to-Speech
- DeepLearning
- 사무자동화
- computervision
- 사무자동화 #Selenium
- objectdetection
- pypdf2
- YOLOv5
Archives
- Today
- Total
Doarchive
[Firebase/Database] users failed: permission_denied 본문
데이터 베이스 저장시에 발생하는 에러 메세지
[Firebase/Database][I-RDB038012] setValue: or removeValue: at /users failed: permission_denied
1. Set Runtime Database
2. modify Rule
{
"rules": {
".read": true,
".write": true
}
}
728x90
'Mobile > iOS' 카테고리의 다른 글
[Xcode] breakpoint 안잡힐때 (0) | 2020.10.14 |
---|---|
[objectiveC] Current view에 alert 띄우기 (0) | 2020.09.01 |
console에 데이터 안 잘리게 로그 남기기 ( bytes data NSString 으로 남기기 ) (0) | 2020.06.24 |
[XCode] Unit Test-2 Option Setting (0) | 2020.06.18 |
[XCode] Add unit Test in Existing project (0) | 2020.06.18 |