본문 바로가기
728x90

분류 전체보기505

Firebase init 못할 때! deploy firebase function init //firebase function baek-yong-ik@baeg-yong-ig-ui-MacBookPro ~ % firebase init zsh: command not found: firebase ---->>>> export PATH="/Users/baek-yong-ik/.npm-global/bin:$PATH" 이거 실행하면 됨!.. 파일업로드 하려면 firebase deploy --only functions 오류났을 때 !! Do this in beginning:- npm install -g firebase-tools npm i -g firebase tools. Don't forget to do this. 이유 없는 deploy 오류가 나면 사람들은 이렇게 하라고 하더라.. npm i -g fireb.. 2022. 1. 2.
플러터 firebase 강좌 추천 https://here4you.tistory.com/149 Flutter 강좌 시즌2 - 강좌 목록 강좌 목록 2019/07/22 - [Development/Flutter] - Flutter 강좌2 - Hello World 2019/07/22 - [Development/Flutter] - Flutter 강좌2 - 소스코드(위젯) 분할 2019/07/25 - [Development/Flutter] - Flutter 강좌2.. here4you.tistory.com 2019년에 무려 3년 전에 나온 강좌인데 이렇게 고급기술을 알려주다니! 나는 아직 한참 멀었나보다..ㅠㅠ 그래도 열심히 보면서 배워야겠다. 리스펙!! 2022. 1. 2.
Firebase와 fastlane으로 자동배포하기 https://tech.oliveyoung.co.kr/tech/2107152128/ 올리브영 안드로이드 테스트앱 자동배포하기 올리브영 기술블로그 tech.oliveyoung.co.kr 멋진 기능인 것 같다.. 나도 써보고 싶다. 내 앱이 좀 더 많이 시장에 알려졌을 때에는 이런 것도 할 수 있겠지?ㅠㅠ 2022. 1. 2.
Multi future builder 만들기 Future foo; Future bar; FutureBuilder( future: Future.wait([bar, foo]), builder: (context, AsyncSnapshot snapshot) { snapshot.data[0]; //bar snapshot.data[1]; //foo }, ); 2022. 1. 1.
728x90