Firebase – Getting two error's in nodejs using express
(I know this has a bad title) I'm using firebase and express for this project but this doesn't work. src/index.js import { initializeApp } from "firebase/app"; import { doc, getFirestore } from "firebase/firestore"; import { collection, addDoc, getDoc } from…