Skip to main content

Firestore Collections

  • businesses/{businessId}/posts/{postId}

    • content, title, participantId, linkedInPost, linkedInPostId, createdAt, metadata
  • businesses/{businessId}/participants/{participantId}

    • isOnboarded, personality[], themes[], values[], writingTechniques[]
  • businesses/{businessId}

    • id, name, domain, industry, description, settings{}, integrations{slack{}, linkedin{}}, participantCount[], createdAt, updatedAt, isActive
  • businesses/{businessId}/companyLinkedInPosts/{documentId}

    • content, createdAt, url, used (boolean), exclude (boolean)

Participant schema reference: apps/web/src/lib/participant-schema.js.