exports.updateUser = onDocumentUpdated("users/{userId}", (event)=> { logger.info('Execution Started updateUnitTenant'); });
Cloud function is not triggered when updating a document in users collection.
The function deployes without a problem but the trigger isn’t working. I tried to check the logs but nothing there.
New contributor
Nati.B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.