준비물Fibsebase console → 프로젝트 선택프로젝트 개요 옆 톱니바퀴 → 프로젝트 설정 → 웹 API 키Authentication → 테스트에 사용할 이메일+암호 사용자 추가CURL 사용터미널 명령 요청 (Request)curl 'https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=[FIREBASE_WEB_API_KEY]' \-H 'Content-Type: application/json' \--data-binary '{"email":"[이메일]","password":"[암호]","returnSecureToken":true}'응답 (Response){ "kind": "identitytoolkit#Verify..
대개의 인터넷 글들에서 Firestore 규칙 설정을 아래의 allow로 시작하는 줄과 같이 하라고 함. rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } } 위와 같이 전체에 그냥 허용하면 아래와 같은 보안 규칙 경고 메일을 계속 받게 됨. 해당 문제에 대한 대응으로 구글링에서 답해주는 코드 예시 중 간단한 예시로 allow 줄을 수정했음. rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { matc..
- Total
- Today
- Yesterday
- sencha touch
- classic asp
- IE
- javascript
- iis
- PHP
- centos
- 워드프레스
- mssql
- git
- Android
- API
- Wordpress
- JQuery
- Debug
- laravel
- nginx
- macos
- Linux
- Mac
- 한글
- Prototype
- ASP
- JSON
- IOS
- nodejs
- Docker
- 안드로이드
- iphone
- CSS
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |