When I try to initialize Firebase Cloud Firestore, I ran into the following error:
Uncaught TypeError: WEBPACK_IMPORTED_MODULE_0_firebase
import { firebase } from '@firebase/app'; import '@firebase/firestore'
If you're using authentication as well
import '@firebase/auth';