useEffect안에 getCategory 비동기 함수를 만들어서, 제대로 파이어베이스 db에서 불러와지나
console을 찍어보려고 하는데 계속 콘솔창에 안찍히는것이 아닌가!!!!
내가 만난 에러메시지
Expected first argument to collection() to be a CollectionReference 어쩌구 저쩌구
Possible Unhandled Promise Rejection (id: 9):
FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestoreconstruct@[native code]construct@[native code]
이렇게 import했던것을
import { getFirestore } from "firebase/firestore";
요렇게 lite를 붙여주니 문제 해결
import { getFirestore } from "firebase/firestore/lite";
콘솔창 찍히는 거 보이쥬~~?
근데 나중에 저 lite 부분 다 지웠는데 정상작동중 ㅇㅅㅇ
'🤪 뜨거운 맛 오류 일기' 카테고리의 다른 글
터미널로만 깃헙 작업하기중 not a valid object name: 'master' 만나쪙 (0) | 2023.01.15 |
---|---|
[파이어베이스] 징챠 너 그러케 할거닁?! / 리액트네이티브로 firebase 연결하면서 onSnapshot으로 todoList 불러오는데 계속 빈배열 뜰때 (0) | 2023.01.02 |
react-native-app 설치하는데, eas를 설치했는데도 자꾸 is not found가 뜰 때!! (1) | 2022.12.29 |
[리액트] 파이어베이스 이용하여 사진 저장하는데, 사진이 하나씩 밀리는 현상 발생 (0) | 2022.12.27 |
임포트가 웨않뒈 / SyntaxError: Cannot use import statement outside a module 해결하기 (0) | 2022.12.20 |
댓글