How to connect to firestore database in NestJS?
I made a firestore database and I want to make CRUD operations using my NestJS backend (Node.js ofc). I added firebase to NestJS and (I assume) made the setup correctly. I use an SDK admin service account, the firestore database’s rule is set to locked.
Whenever I try to test the connection (either locally or in production), the firebase app is successfully initialized, but it seems the collection/document doesnt exist or for some reason I cant connect to it.