Trying to implement a v2 firebase trigger function, it returns this error:
Error: Failed to decode protobuf and create a snapshot.
at entryFromArgs (/workspace/node_modules/firebase-functions/lib/logger/index.js:133:19)
at Object.error (/workspace/node_modules/firebase-functions/lib/logger/index.js:120:11)
at createSnapshotFromProtobuf (/workspace/node_modules/firebase-functions/lib/common/providers/firestore.js:61:16)
at createSnapshot (/workspace/node_modules/firebase-functions/lib/v2/providers/firestore.js:172:59)
at makeFirestoreEvent (/workspace/node_modules/firebase-functions/lib/v2/providers/firestore.js:209:15)
at func (/workspace/node_modules/firebase-functions/lib/v2/providers/firestore.js:300:32)
at /layers/google.nodejs.functions-framework/functions-framework/node_modules/@google-cloud/functions-framework/build/src/function_wrappers.js:119:25
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Trying to implement a v2 firebase trigger function, it returns this error:
generated by this:
@gino-m fyi