# Firebase - Authentication

3개의 포스트
post-thumbnail

[Flutter] Firebase Authentication 사용해 보기 1편

Firebase Authentication 사용해 보기 1편 Firebase Authentication Documentation firebase_core | Flutter Package firebase_auth | Flutter Package Firebase Authentication 사용해 보기 2편 Firebase 세팅하기 - Flutter 3.0 이후 [Firebase 세팅하기 - Flutter 3.0 이전

2023년 4월 6일
·
0개의 댓글
·
post-thumbnail

[쇼핑몰 프로젝트] 5. Firebase Auth로 로그인 기능 구현하기

1. Firebase Authentication 1.1. firebase 초기세팅 📍 clientApp.ts firebase에서 필요한 것들로만 가져와서 clientCredentials로 initialize한 firebase를 변수(initFirebase)에 할당한다. 이후 이것을 이용해 로그인할 수 있도록 auth()를 호출해 export해 준다. 2. 공급업체 로그인 업체를 설정해야한다. > 업체 설정 경로 Firebase > Console > 해당 project 선택 > Authentication 업로드중.. > 이번 포스팅에선 개로그인에 자주 쓰이는 구글과 email형식만 를 다뤄보도록 하겠습니다. 이 외에 이메일, 핸드폰 번호 등의 다른 방법들을 사용해 보고 싶다면, 공식 사이트를 참고하세요.

2023년 1월 16일
·
0개의 댓글
·
post-thumbnail

2장 - Firebase Authentication 생성하기

지난 1장에서는 Firebase Setting에 대해서 알아보았습니다. 이번 2장에서는 Firebase Auth Setting에 대해서 알아보도록 하겠습니다! 바로 알아보시죠! Firebase Authentication이란? > 🙌 간단하게, 사용자 인증 및 관리를 말합니다! 1. 로그인 제공 업체 선택하기 Firebase에서 사용할 수 있는 로그인 제공 업체는 정말 다양합니다. 기본적으로는 이메일과 전화, 익명이 있고 Social Login으로는 사람들이 많이 사용하는 Google, 개발자들이 많이 사용하는 Github 등 다양한 업체가 존재합니다! (😆 벌써부터 기대되지 않나요? 구글로 로그인 할 수 있는 웹 사이트를 만들 수 있다니!)

2022년 11월 19일
·
0개의 댓글
·