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
- 정국라면
- android 광고달기
- 테러우편물
- FlipView
- 앱에 광고 수익
- 정국라면레시피
- 앱 광고 설정
- android 터치시 뒤집히는 뷰
- 국제우편물
- android remoteconfig
- Android AdMob
- kotlin
- 라면레시피추천
- android 수익
- 안드로이드 리스트뷰와 광고
- 애드몹 설정
- firebase RemoteConfig
- android 영단어 기능 만들기
- android 앱업데이트 없이 변경하기
- android 뒤집히는 카드뷰
- 안드로이드
- 안드로이드 뒤집히는 뷰
- android notification
- 안드로이드 광고
- android kotlin
- 불그리레시피
- RecyclerView in Admob
- Android
- 우편물재난문자
- 앱에 광고달기
Archives
- Today
- Total
목록android 이메일 회원가입 (1)
TAE
[android/Kotlin] FireBaes Authentication - 파이어베이스 이메일 로그인 인증
firebase 프로젝트 설정 후 빌드 -> Authentication 클릭 후 새 제공업체 추가 -> 이메일/비밀번호 를 선택해줍니다. 사용 설정 완료 후 Android Project에서 build.gralde(app 수준)에 종속 선언 을 해줍니다. implementation 'com.google.firebase:firebase-analytics-ktx' implementation platform('com.google.firebase:firebase-bom:26.8.0') implementation 'com.google.firebase:firebase-auth-ktx' LoginActivity.kt 회원가입 private fun initSignBT() { val signBT = findViewById..
카테고리 없음
2023. 4. 3. 18:11