본문 바로가기

Kotlin/안드로이드 공부

firebase 회원가입 로그인 참고

728x90

https://blog.naver.com/dudgkdl1/221541850886

 

Firebase 연동방법 + 로그인선택_0

190515 기상 : 6시 40분 늦게 자서 늦게 일어남..​190516 10시 40분어제 그냥 잤음 2시까지 하다가 걍 잤...

blog.naver.com

어떤 유형으로 로그인할지 선택

 

http://blog.naver.com/PostView.nhn?blogId=cosmosjs&logNo=220987385077&categoryNo=0&parentCategoryNo=56&viewDate=¤tPage=1&postListTopCurrentPage=1&from=section

 

[안드로이드 스튜디오] Firebase Authentication을 이용한 간단한 회원가입및 로그인 구현하기

앱을 만들다 보면 회원로그인이 필요할때가 있다. 일반적으로 웹서버를 만들고 DB와 웹프로그래밍을 통해...

blog.naver.com

일반로그인인데 자바버전

 

https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseUser.html

 

FirebaseUser

Represents a user's profile information in your Firebase project's user database. It also contains helper methods to change or retrieve profile information, as well as to manage that user's authentication state. Inherited Constant Summary From interface an

firebase.google.com

공식문서

 

https://firebase.google.com/docs/auth/android/email-link-auth

 

Android에서 이메일 링크를 사용하여 Firebase에 인증하기

Firebase 인증을 사용하면 로그인 링크를 이메일로 전송해서 사용자가 바로 로그인하게 할 수 있습니다. 이 과정에서 사용자의 이메일 주소도 인증됩니다. 이메일로 로그인하는 경우 다음과 같은 많은 이점이 있습니다. 편리한 가입 및 로그인 여러 애플리케이션에서 비밀번호를 재사용할 위험이 적음: 재사용하면 아무리 보안등급이 높은 비밀번호라 해도 보안이 약화될 수 있음 사용자를 인증하는 동시에 사용자가 이메일 주소의 합법적인 소유자인지 확인하는 기능 액세스

firebase.google.com

이메일인증 간편 회원가입