본문 바로가기
개발/플러터

플러터앱에 파이어 베이스 추가중...

by 꿈트리꿈트리 2022. 9. 23.

https://firebase.google.com/docs/flutter/setup?platform=ios#available-plugins 

 

Flutter 앱에 Firebase 추가

Google은 흑인 공동체를 위한 인종적 평등을 추구하기 위해 노력하고 있습니다. 자세히 알아보기 의견 보내기 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

firebase.google.com

위의 문서대로

열심히 따라하는데

거의 매 줄마다 구글링을 하게 되는거 같다

 

3단계 마다 따라해 보았으나

안되서 최소버전을 수정해 주고

 

await Firebase.initializeApp(
  options: DefaultFirebaseOptions.currentPlatform,
);

 

이 코드를 추가 하래서 했더니

 

https://stackoverflow.com/questions/57689492/flutter-unhandled-exception-servicesbinding-defaultbinarymessenger-was-accesse

 

Flutter: Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized

Any solution to solve this problem? Stacktrace: [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized. If y...

stackoverflow.com

이런 오류가 나서 수정해 주고

자꾸 발에 걸리는게 많네 ...쩝 이제 다 왔을거야...

아직은 진화중이라 허들이 많은 걸꺼야

곧 좋아 질거야...