https://firebase.flutter.dev/docs/overview/
void main() async {
WidgetsFlutterBinding.ensureInitialized(); // main 함수에서 async 사용하기 위함
await Firebase.initializeApp(); // firebase 앱 시작
runApp(const MyApp());
}
cd ios && arch -x86_64 pod install && cd ..
'기존 > 🏀Flutter' 카테고리의 다른 글
[Flutter] Firebase Authention 사용준비 - 1 (0) | 2023.01.14 |
---|---|
[Flutter] firebase Authentication 2가지 참고 주소 (0) | 2023.01.14 |
[Flutter] firebase 패키지 설치 (0) | 2023.01.14 |
[Flutter] IOS firebase 설치 (0) | 2023.01.14 |
[Flutter] firebase 설치 (0) | 2023.01.14 |