일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- GetX
- Android
- 이메일
- 로그인
- java
- BottomNavigationBar
- go_router
- 회원가입
- 변수
- 함수
- non-nullable
- Provider
- setState
- dart
- Cocoa touch Framework
- auth
- flutter
- 안드로이드
- firebase
- 상태관리
- 안드로이드 스튜디오
- 1과목
- Kotlin
- UserAccountsDrawerHeader
- 정보처리기사
- firebase_auth
- IOS
- Null Safety
- StatefulWidget
- swift
- Today
- Total
목록이메일 (2)
앱 개발 공부방

먼저 프로젝트에서 Authentication 탭을 클릭하고 이메일/비밀번호를 활성화해줍니다 이제 코드로 돌아와 pubspec.yaml에 필요한 것들을 추가해줍니다 firebase_auth: ^3.0.2 firebase_core: ^1.5.0 https://pub.dev/packages/firebase_auth firebase_auth | Flutter Package Flutter plugin for Firebase Auth, enabling Android and iOS authentication using passwords, phone numbers and identity providers like Google, Facebook and Twitter. pub.dev https://pub.dev/packa..

저번에는 php와 mysql을 사용한 회원가입, 카카오톡 로그인을 구현해봤는데요 이번에는 파이어 베이스를 통하여 이메일 로그인과 페이스북 로그인을 만들어보겠습니다. 먼저 파이어베이스에 자신이 만든 어플을 연동시켜줘야 합니다. 먼저 파이어 베이스에 접속합니다 https://firebase.google.com/?hl=ko Firebase Firebase는 고품질 앱을 빠르게 개발하고 비즈니스를 성장시키는 데 도움이 되는 Google의 모바일 플랫폼입니다. firebase.google.com 1. 시작하기 클릭 2. 프로젝트 추가 3. 프로젝트 이름 지정 4.Google 애널리틱스 구성(프로젝트 만들기 2/3단계는 그냥 바로 다음을 누르시면 됩니다) Default Account for Firebase로 선택 ..