본문 바로가기
TIL

[트러블슈팅] 지역기반 채팅 앱-2일차

by chengzior 2024. 12. 13.

1.

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] 
Unhandled Exception: [core/duplicate-app] A Firebase App named "[DEFAULT]" 
already exists

뜬금없이 이런 에러가 발생함

find . -name 'google-services.json' -delete
find . -name 'GoogleService-Info.plist' -delete

기존 파일 삭제 후

flutterfire configure

실행하면 오류 사라짐