79396347

Date: 2025-01-29 10:12:42
Score: 1
Natty:
Report link

in gen2 you can pass the secret in a similar way:

export const myCallback = onMessagePublished(
  {
    topic: "my-topic",
    secrets: [mySecret],
  },

  () => {
      // your code goes here
  });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Viktor Korsun