Register App 단계는 동일하게 진행합니다
GoogleService-info.plist파일을 다운 받고 Runner디렉토리(Main.storyboard파일이 있는 곳)에 넣어줍니다. 이때 Destination: Copy Itetms if needed부분 체크 해주시고, Added folders옵션은 Create Folder references를 체크해주세요
나머지 단계는 다 그냥 뛰어넘어주세요
그리고 firebase.flutter.dev들어가셔서 필요한 라이브러리를 찾으셔서 pubspec.yaml에 직접 설치해주세요. 이때 core는 무조건 설치해주셔야합니다. 이게 없으면 어떤 라이브러리도 실행 안됩니다.
그 다음 플러터 디렉토리에서 ios 디렉토리 터미널로 들어가신 다음 "pod install" 명령어를 실행해주세요.
main.dart에 main함수를 다음과 같이 변경하고, 실행해보세요
Future<void> main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); runApp(const MyApp()); }
2022년 11월 기준 Firebase 연동과정에서 오류 뜨시는 분 이렇게 다시 설치해보세요
gksdygks2124
작성일
22.11.17 19:48
조회수
203
댓글 0