void main() async { await Firebase.initializeApp(); runApp(MyApp()); }
main 부분에 async를 건 후 runApp 전에 await Firebase.initializeApp(); 작성해준다.