Skip to content

v0.1.1 — Permission & Index Fixes

Choose a tag to compare

@Tabish5858 Tabish5858 released this 20 May 01:00

LeadFlow CRM v0.1.1

Fixed

  • Firestore Permissions — Resolved circular dependency in security rules
  • Composite Indexes — Added required indexes for all collections
  • Navigation — Fixed sidebar links to use correct route paths
  • Auth Flow — Fixed form submission and navigation after login/register
  • Workspace Isolation — Each user gets their own workspace on registration

Security

  • No secrets or credentials exposed in public repo
  • .env.local properly gitignored
  • Firestore rules enforce workspace-level data isolation
  • Users can only access their own workspace data

Verified

  • Registration → Dashboard navigation works
  • Lead creation with Firestore permissions works
  • All pages load without permission errors