Firebase + Next.js + SpringBoot

원문: https://www.notion.so/1acbf506e99480b38261e7451c7e3605?pvs=1

Firebase를 통해서 손 쉽게 ThirdParty 로그인을 사용할 수 있다.

Next.js와 SpringBoot에서 사용해보겠다.

(1) Firebase 들어가기

(2) 프로젝트 만들기

(3) Authentication 설정 (Google)

(4) Key를 Next.js 에 추가

(5) SpringBoot에서 검증

(6) 로그인 해보기

(7) Authentication 설정 (Github)

Comments