# 공식문서
- 유튜브 영상 보고는 대체 뭐가 문제인지 모르겠어서, 공식 문서를 하나하나 따라가보기로 함.
- Android: https://firebase.google.com/docs/flutter/setup?hl=ko&platform=android
Flutter 앱에 Firebase 추가
의견 보내기 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. Flutter 앱에 Firebase 추가 plat_ios plat_android plat_web iOS+ Android 웹 기본 요건 아직 Flutter 앱이 없다면
firebase.google.com
# API 수준 체크
|
- API 수준을 체크하려면, Visual Studio Code를 붙잡고 있느니 Android Studio를 보는 게 빠르다.
- Android Studio > Open (open project) > Files > Project Structure > Platform Settings _ SDKs > Build target
# Android targetSdkVersion 체크
https://progdev.tistory.com/50
flutter.minSdkVersion, flutter.targetSdkVersion가 선언된 위치
defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.test.abcd" minSdkVersion flutter.minSdkVersion targetSdkVersion flutter.targetSdkVersion versionCode flutte
progdev.tistory.com
'코딩공부' 카테고리의 다른 글
async, await, ... (0) | 2025.02.06 |
---|---|
Flutter <-> Firebase 연동 ... firebase CLI (0) | 2025.02.04 |
cross-platform app ... 아무래도 플러터를? (2) | 2025.01.29 |
하이브리드 앱 개발 _ 웹으로 만들어서 앱으로 감싸려고... (1) | 2025.01.23 |
Failed to notify project evaluation listener. (0) | 2025.01.16 |