Skip to main content

Supabase Service Map

Service Usage Matrix

Supabase ServiceHow Grove Uses It
AuthEmail/password, OAuth, session management, callback exchange
PostgresCore domain data: communities, events, tasks, feed, finance, polls
Row Level SecurityRole/member/ownership enforcement and permission boundaries
RPC FunctionsJoin flows, profile completion, task status updates, feature flag reads
RealtimeLive chat message updates
StorageAvatars, community images, chat images, event files
Edge FunctionsNotification worker and account deletion workflows

Buckets and Purpose

  • avatars: profile photos
  • community-images: community image assets
  • chat-images: chat media
  • event-files: event documents (private)

Notification Pipeline

  • Tables: notification_jobs, task_notifications, post_notifications
  • Worker: supabase/functions/notification-worker
  • Provider: Resend (email)