반응형
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 |
Tags
- google-login
- AWS
- socket-server
- cloud-firestore
- firebase-database
- JNI
- TIZEN
- Android
- mqtt
- gradle
- BottomSheetDialog
- git
- firebase-storage
- Kotlin
- hung-up
- git-push
- Flavors
- mosquitto
- ozd
- Java8
- 워치
- NoSuchMethodError
- Galaxy Watch
- 오즈뷰어
- ActivityResult-API
- Firebase
- OZViewer
- Dva
- socket-client
- socket.io
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