The user is planning to migrate from Firebase RTDB to Supabase Postgres to handle an expected increase in traffic to 10k daily users. They currently use client-side aggregation and are concerned about scalability and transaction bottlenecks. They seek community feedback on architectural considerations and potential performance bottlenecks in moving to server-side processing with PostgreSQL.
The user is migrating from Firebase RTDB to Supabase to handle increased traffic of 10k daily users. They currently use client-side aggregation and are facing scalability issues with Firebase. They plan to use Supabase's PostgreSQL for server-side processing to improve performance and reduce client-side conflicts. The user seeks community feedback on potential performance bottlenecks and architectural strategies for this migration.