Functions Overview
- Express entry
apiwith sample/hello. - SSR handler
nextappserving 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.