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