Lars-Erik Kimmel
Lars-Erik Kimmel
I just stumbled across this issue when I wanted to deploy a document trigger with `onDocumentUpdated` and got the message `A firestore trigger location must match the firestore database region.`...
@exaby73 Google Cloud Console says like Firebase Console `europe-west1`. Which is also what I set as global options: ``` setGlobalOptions({ region: "europe-west1", maxInstances: 10, timeoutSeconds: 540, memory: "256MiB", }); ```
I am also facing this problem because `DebouncedFunc` states that it also returns `undefined` and this really happens. So there is no promise to await and I am also getting...
It would be hard to understand the difference between a `createMockFromModule` and `importMock` just from the naming. Thus I was just guessing a similar behaviour but the different naming suggested...