반응형
Notice
Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- hung-up
- ActivityResult-API
- firebase-storage
- TIZEN
- git
- Java8
- 오즈뷰어
- Galaxy Watch
- firebase-database
- Kotlin
- OZViewer
- cloud-firestore
- NoSuchMethodError
- 워치
- mosquitto
- git-push
- Flavors
- socket-client
- AWS
- Dva
- Android
- Firebase
- BottomSheetDialog
- mqtt
- socket.io
- gradle
- socket-server
- JNI
- ozd
- google-login
Archives
- Today
- Total
목록cloud-firestore (1)
Hyeyeon blog

1. Cloud Firestore 보안 규칙 설정 * 특정 조건 없이 저장/조회가 가능하도록 설정하려면 아래와같이 규칙을 수정합니다. 2. Android 프로젝트 설정 2-1. build.gradle(Project) buildscript { repositories { google() } dependencies { classpath 'com.google.gms:google-services:4.3.8' } } allprojects { repositories { google() } } 2-2. build.gradle(Module) plugins { id 'com.android.application' id 'com.google.gms.google-services' } dependencies { implement..
개발/Android
2021. 6. 8. 21:47