백지부터 시작하는 이세계 코딩 생활

Firebase - Unity 등록 및 인증파일 관련 본문

백지부터 시작하는 이세계 유니티 생활 since 2020

Firebase - Unity 등록 및 인증파일 관련

조아덕 2021. 2. 24. 14:01

안드로이드 앱 배포를 위한 키스토어(KeyStore)파일 생성

twocap.tistory.com/57

onionisdelicious.tistory.com/68

 

[Unity/Theory] 구글 플레이와 연동하여 기능을 구현하자! (초반 앱 승인하기)

!!! NOTICE !!! 이 글은 유니티의 이론을 다루고 있습니다! 학습한 정보를 제가 기억하고 추후에도 사용해두기 위해 기록해둔 내용입니다! 이 점 유의하고 봐주세요! 게임 개발자라면 반드시 만나게

onionisdelicious.tistory.com

 

Android KeyStore 생성하기

안드로이드 앱 배포를 위해 KeyStore 파일을 만들어야합니다. 한번 서명된 KeyStore 파일은 계속 유지하여야 앱 업데이트에 문제가 없습니다. 따라서, 서명 파일 생성시 유효기간을 길게 만들어주세

twocap.tistory.com

Keystore 생성하기 youtube www.youtube.com/watch?v=lDXE4lfM0aQ

앱 서명 파일 만들기 developer.android.com/studio/publish/app-signing.html

 

앱 서명  |  Android 개발자  |  Android Developers

앱 서명 및 보안과 관련된 중요한 개념을 알아보고, Android 스튜디오를 사용하여 Google Play에 출시하기 위해 앱에 서명하는 방법과 Play 앱 서명을 선택하는 방법을 알아보세요.

developer.android.com

Android 용 google API 키 만들기 developers.google.com/android/guides/client-auth

 

Authenticating Your Client  |  Android용 Google API  |  Google Developers

Certain Google Play services (such as Google Sign-in and App Invites) require you to provide the SHA-1 of your signing certificate so we can create an OAuth2 client and API key for your app. To get your SHA-1, follow the instructions to use Keytool or Grad

developers.google.com

 


Firebase - Unity : google 로그인 구현하는 방법

mrbinggrae.tistory.com/6

 

파이어베이스 유니티로 구글로그인

필요한 선행 작업 로그인 SDK 를 유니티에 설치해야 합니다. [보러가기]  이메일/비밀번호 로그인 방법에 대해 알아주셔야 합니다. [보러가기] 파이어베이스 콘솔창 설정 콘솔창의 DEVELOP > Authentic

mrbinggrae.tistory.com

 


Firebase - Unity : SDK 설치하기

mrbinggrae.tistory.com/4?category=777579

 

파이어베이스 유니티 SDK 설치하기

유니티SDK 다운받기 아래 링크를 누르시면 파이어베이스 홈페이지로 들어갑니다. https://firebase.google.com/?hl=ko 상단의 Docs 를 누르고 Unity 시작하기를 누릅니다. SDK다운로드 버튼을 눌러 다운받습니

mrbinggrae.tistory.com

 

 

 


Ref.

1 prince-mint.tistory.com/11

 

Android Studio SHA-1 지문 확인 방법

 SHA-1 지문 안드로이드 스튜디오를 통해 배포용 앱을 생성하기 위해서는 별도의 서명 과정이 필요합니다. 이때 사용되는 것이 디지털 인증서인데 이를 SHA-1 지문이라고 부릅니다. SHA-1 지문에는

prince-mint.tistory.com

2

 

 

Comments