Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

고마구의 개발 블로그

240926 23주차 목요일 - Flutter 03 본문

KDT풀스택과정 공부

240926 23주차 목요일 - Flutter 03

고마구 2024. 9. 26. 10:44

파이어베이스 세팅

npm install -g firebase-tools

dart pub global activate flutterfire_cli


C:\flutter\bin 동작하지 않으면 패스설정하기

firebase login

flutterfire configure
%USERPROFILE%AppData\Local\Pub\Cache\bin

com.example.플젝명


flutter pub add firebase_core
flutter pub add firebase_analytics

flutter pub add firebase_database