79394704

Date: 2025-01-28 17:37:12
Score: 1
Natty:
Report link

The issue for me was not specifying the version of firebase-functions.

const functions = require('firebase-functions/v1'); // Specify /v1

Adding /v1 solved the issue.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rytis Jokubas