Unity와 Firebase 실시간 데이터베이스 + 구글로그인
Unity3D 2019. 2. 12. 17:25Cloud Firestore
유연하고 확장 가능한 NoSQL 클라우드 데이터베이스를 사용해 클라이언트 및 서버 측 개발에 사용되는 데이터를 저장하고 동기화하세요.
https://console.firebase.google.com/project/testgpgs2/database/testgpgs2/data
https://firebase.google.com/docs/database/unity/start?hl=ko
데이터베이스 규칙
https://firebase.google.com/docs/database/security/quickstart?hl=ko#sample-rules
구글 로그인연동
https://firebase.google.com/docs/auth/unity/google-signin?hl=ko
구글 개발자 콘솔
인증정보
https://console.developers.google.com/apis/credentials?project=testgpgs2
중요: 웹 클라이언트 ID를 유니티에 등록 하지 않으면 로그인 안됨
도움이 되었던 블로그
jObject
https://www.newtonsoft.com/json/help/html/JObjectProperties.htm
json online viewer
'Unity3D' 카테고리의 다른 글
JsonUtility (0) | 2019.03.07 |
---|---|
Unity의 회전 및 오리엔테이션 (0) | 2019.02.20 |
Unity Firebase Auth with Google Play ( Unity에서 Google Play 게임 서비스를 사용하여 인증하기) (2) | 2019.02.12 |
memu adb logcat port (0) | 2019.02.01 |
Google Play 앱 서명 사용 (0) | 2019.01.31 |