79303655

Date: 2024-12-23 16:25:56
Score: 0.5
Natty:
Report link

With with 2nd gen functions:

import { onRequest } from "firebase-functions/v2/https";

export const httpApi = onRequest(
  {
    serviceAccount: "[email protected]",
  },
  async (req, res) => {
    ...
  },
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vmakinen