I’ve created a Cloud Function gen2. I want to trigger it based on write event in FireStore. I have an issue that the cloud function doesn’t receive any events.
Cloud Function located in us-central1 and trigger is global
Firestore located in nam5 location
Both FireStore and Cloud Function in the same project. I didn’t get any error, just event not catched.
Hola, espero puedan responder en español. Tambien tengo configurado una cloud function que se activa al momento de crear un documento en firestore. Funciona tal cual se espera pero me he percatado que algunas veces la cloud function no se dispara. Por qué sucede esto?