Closed DaehunGwak closed 10 months ago
dart run build_runner build
firebase function trouble shooting logs (https://github.com/DaehunGwak/flutter-playground/pull/23/commits/ace3f5d24e4e55969a2cff7f3e068a0d4cb13533)
firebase init functions # (eslint: no, install dependency: no)
cd functions npm install
npm run build npm run deploy
notes
dart run build_runner build
수행 필요firebase function trouble shooting logs (https://github.com/DaehunGwak/flutter-playground/pull/23/commits/ace3f5d24e4e55969a2cff7f3e068a0d4cb13533)
수동 패키지 설치
cd functions npm install
functions build & deploy
npm run build npm run deploy
docs