Notice
Recent Posts
Recent Comments
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
- 랜덤ID
- RealtimeDB
- textview
- 안드로이드 스튜디오
- 코틀린
- androidstudio
- Imageview
- Android
- Activity
- Kotlin
- firebasefunctions
- 밑줄
- 안드로이드스튜디오
- button
- Dialog
- ROOM
- OutlinedButton
- nav_graph
- 뷰바인딩
- ButtonWithButton
- ArrayList
- FRAGMENT
- 안드로이드
- 팝업액티비티
- BottomSheetDialog
- firebase
- EditText
- lifecyclescope
- MaterialButton
- ViewModel
Archives
- Today
- Total
목록Functions (1)
안드로이드 앱 개발
Firebase function 관련
1. 안드로이드 스튜디오 내에서 firebase functions와 연결하기 Tools -> Firebase -> functions 설치와 연결 고고 -> 안드로이드 앱에서 직접 firebase에 요청하고 받아오는 경우인데 (잘 안쓴다고함, 대부분 retrofit을 사용) 2. 구글에 retrofit 검색 Download에 가서 implementation을 넣어줘야하는데 한 번에 template으로 아래 항목들 복/붙 // retrofit def retrofit_version = "2.9.0" implementation "com.squareup.retrofit2:retrofit:$retrofit_version" implementation "com.squareup.retrofit2:converter-gso..
Firebase/Firebase functions
2021. 5. 31. 15:52