Firebase – Can't write to firestore
I can't write to firestore. It's working for Storage and Realtime Database, but not for firestore, can you suggest where the issue might be? firebase.js import { getFirestore } from "firebase/firestore"; const firebaseConfig = { ... }; // Initialize Firebase…