What is the right setup to develop Firebase Functions with Firestore?
I am developing an iOS app with Firebase. The development works well with remote Firestore cloud data. Since I have to develop Firebase Functions, as advised in Firebase document, I started to use local emulator to develop Functions. In order…