swift 에러
Firebase Realtime Database 에러) Database connection was forcefully killed by the server: Different Region 해결
끄적..
2022. 12. 6. 23:54
반응형
파이어베이스를 통해 서버를 연습해봤다.
Realtime Database에 json을 넣고 리스트에 나타나고자 할 때, 다음과 같은 에러가 발생했다.
처음에는 데이터베이스 센터 위치를 바꿔야 하나 싶었지만 찾아보니 다른 문제였다.
Firebase Realtime Database connection killed: Different Region
I am trying to build a simple login user authentication Android application that uses Firebases Realtime Database but I am getting the error: [Firebase Database connection was forcefully killed by...
stackoverflow.com
GoogleService-info 파일을 프로젝트에 넣을 당시에 데이터베이스를 추가하지 않은 상태였기 때문에 이러한 에러가 발생한 것이다.
때문에 데이터베이스를 만든 시점에 GoogleService-info를 다시 프로젝트에 추가하면 해결이 가능하다.
반응형