본문 바로가기
Computer/기타

[Flutter] Firebase 연동 오류 해결

by 거부기씨 2024. 4. 24.
728x90
반응형

 

flutterfire configure

 

FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase --version
ERROR: The FlutterFire CLI currently requires the official Firebase CLI to also be installed, see https://firebase.google.com/docs/cli#install_the_firebase_cli for how to install it.

 

firebase tools 설치하니까 해결됨

 

npm install -g firebase-tools
728x90
반응형

'Computer > 기타' 카테고리의 다른 글

[Verilog] Procedures  (0) 2024.05.20
[Flutter] Flutter를 시작했다  (0) 2024.04.24