행복을 담는 블로그
[TIL] 240214(수) FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore 에러 해결하기.. 본문
TIL
[TIL] 240214(수) FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore 에러 해결하기..
hyun0zin 2024. 2. 14. 16:23
나 진짜 환장해...
FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore
이 에러 때문에 진짜 미치고 팔짝 뛸뻔 했는데... 역시 나같은 에러를 겪는 사람은 꼭 존재한다...
import { collection, getDocs, query } from "firebase/firestore/lite";
"firebase/firestore/lite"
바로 firebase 경로에서 firebase/firestore/ 뒤에 lite를 붙여주니 오류가 해결이 되었다...허허허...
'TIL' 카테고리의 다른 글
[TIL] 240216(금) Redux toolkit을 배워보자💪🏻 (0) | 2024.02.16 |
---|---|
[TIL] 240215(목) firebase CRUD 복습하기 (2) | 2024.02.15 |
[TIL] 240208(목) /:params 문법은 Router에서만...!!! (2) | 2024.02.09 |
[TIL] 240207(수) React 서버에 배포하기 / Vercel에 배포하기 (0) | 2024.02.08 |
[TIL] 240206(화) To-do List 상세페이지 만들기 (1) | 2024.02.07 |