Skip to content

Supabase migration #60

@lebaaar

Description

@lebaaar

Migrate backend to Supabase;

  • Migrate DB to PostgreSQL
    • Design new schema
    • Implement RLS in supabase
  • Migrate authentication
  • Migrate Firebase cloud functions to Supabase edge functions

Migrating because:

  • Firebase bills per Db read, which we have almost hit daily limits just when developing locally. Supabase has no read limits (only a smaller DB capacity, fair tradeoff)
  • Easier migration to custom backend

We will eventually migrate to custom backend, so keep in mind when migrating. Try not to vendor lock in to Supabase

Metadata

Metadata

Assignees

Labels

backendBackend/business logic. Either APIs or Flutterv1A must before the first release

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions