본문 바로가기
Recap/에러 해결 기록

firebaseConfig database location 오류

by yerin.dev 2023. 11. 6.

 

 

 

 

❗️databaseUrl 설정해주기
싱가폴로 바꿔서 설정해주니 오류 해결. 사실 docs만 잘 읽어봐도 마주칠 일 없는 오류였는데 ...😅

 

 

Choose a location for the database.

Depending on the location of the database, the URL for the new database will be in one of the following forms:

DATABASE_NAME.firebaseio.com (for databases in us-central1)

https://firebase.google.com/docs/projects/locations#rtdb-locations

 

 

 

 

 

const firebaseConfig = {

/* ... */

  databaseURL: 'https://shoppy-9ad99-default-rtdb.asia-southeast1.firebasedatabase.app'

};