Duration:
firebase experimental:functions:shell
When I try to call my function as follows:
sendEmail('data', {params: 'commentId:12'})
I get:
Info: Function crashed
TypeError: Cannot use 'in' operator to search for 'exists' in data
How to initiate a new onWrite in a Firestore
running cloud function
source
share