Skip to main content

Functions Overview

  • Express entry api with sample /hello.
  • SSR handler nextapp serving the Next.js app.
  • v2 HTTPS functions: createPost, getParticipants, getLinkedInPost, createCompanyLinkedInPost, updateLinkedInPost, getUnusedLinkedInPost, getCompanyById.
  • Firestore trigger: updateOnboardingStatus.
  • Additional endpoint: updateUserPersona (participant persona updates with append/replace semantics).
  • Protected endpoints expect x-api-key = process.env.API_KEY.