Firebase cloud functions failing to build on getDocs import
I'm trying to set up some firebase cloud functions. I haven't been able to get anywhere yet because deploying my functions breaks when I try to import firestore methods. Here's my code: const admin = require('firebase-admin'); admin.initializeApp(); const functions =…