본문 바로가기

개발15

구글 로그인 연동 firebase signin sdk 에러 구글 로그인에서 에러가 난다면 sha1을 firebase에 등록해야합니다. sha1는 총 3가지 디버깅용(개발용), 릴리즈용, 구글플레이용가 있습니다. 디버깅용 먼저 디버깅용 sha1를 받아봅니다. keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore 비밀번호는 android입니다. 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) requi.. 2020. 12. 25.
eos 개발 관련 자료 https://developers.eos.io/welcome/latest/getting-started/index Getting Started Developer Portal for EOSIO. EOSIO is a next-generation, open-source blockchain protocol with industry-leading transaction speed and flexible utility. developers.eos.io 2020. 7. 9.
[React] nginx 배포과정 #1 이유 react를 nginx에 배포하기는 과정에서 필요한건 3가지이다. 1) 용량 최소화, 최적화하고싶다. -> react production file - > nginx 2) production file은 static files 이기 때문에, sub-url에서 refresh가 안먹힘. -> nginx로 해결 3) ssl+https 적용하기 react 프론트를 nginx에 올려야하는 이유는 2가지가 있다. Event-driven nginx가 event-driven 방식으로 트랜잭션을 처리한다. 동시접속자가 많아도 적절히 처리 가능함. web-pack static file react production 파일이 static 파일이다. 이게 클라이언트 랜더링으로는 sub-url로 바로 접속이 안된다. 서버 랜더링이 .. 2020. 5. 19.
[React] nginx에 배포하기 https://codechacha.com/ko/deploy-react-with-nginx/ Nginx로 React를 배포하는 방법 | codechacha React(리액트) 앱을 배포할 때 Nginx, Aphache와 같은 웹서버로 배포를 해야 합니다. Nginx는 오픈소스이며 매우 효율적인 웹서버입니다. 이 글에서 우분투 18.04환경에서 nginx로 React 앱을 배포하는 방법� codechacha.com 이 글이 정리가 잘돼있다. 굿굿 2020. 5. 19.
[react-native] dev-server 없이 apk 만들기 프로젝트에서 아래 명령어를 실행합니다. 그리고 android studio에서 apk build를 합니다. react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ 아래 블로그를 참고했습니다. https://yoursyun.tistory.com/entry/react-native-unsigning-apk-%EC%84%9C%EB%B2%84%EC%97%86%EC%9D%B4-APK-%EB%B9%8C%EB%93%9Creact native unsigning a.. 2020. 5. 11.
그누보드5 서버이전하기 1. 서버에서 var/www/html에 있는 것 그대로 옮기기 2. phpmyadmin에서 import/export 하기 3. data/dbconfig.php에서 mysql 접속정보 수정하기 https://thestorybook.tistory.com/12 error - G5_MYSQL_SET_MODE 관련 문제 체크하기 그누보드5 서버이전 후 글 작성 및 member가입 작성안되는 경우 [그누보드5 서버이전 후 글 작성 및 member가입 작성안되는 경우1] 서버 이전후 글쓰기가 안되는 현상이 있습니다. 이때 MySQL 또는 MariaDB 버전을 확인이 필요합니다. MySQL 5.6 이상, MariaDB 10.2.4 이상을 사.. thestorybook.tistory.com 2020. 3. 31.