Why doesn't firestore onWrite trigger get invoked on firebase cloud functions emulator?
问题 I have a firestore with a collection called "chats"; I use the firestore emulator to insert a new document and I am expecting the onWrite trigger to get called while I am running index.js locally on my firebase cloud functions emulator (by running firebase emulators:start ), but it never does. I know that the emulator is connected to the right firestore emulator since I can read the data (see below), I just can't get the trigger to be invoked. // My setup: const functions = require('firebase