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