Best of SupabaseDecember 2025

  1. 1
    Article
    Avatar of ezh33lu6a37km1sfscwixVladislav Siumbeli·16w

    Migrating my Expo apps from Supabase to Firebase — what I learned

    A developer shares their experience migrating two Expo apps (TinyRecipe and TinyDebt) from Supabase to Firebase. The migration used @react-native-firebase and worked smoothly with Expo Dev Clients without requiring bare workflow. Key takeaways include Firebase's strengths in real-time updates and offline capabilities, Firestore's responsive queries, and straightforward authentication and analytics setup. The author notes that Supabase excels for SQL-based setups while Firebase shines for real-time features, and emphasizes how Expo's improved native module support made the process easier than expected.

  2. 2
    Article
    Avatar of supabaseSupabase·19w

    Introducing Supabase for Platforms

    Supabase launches a white-label platform offering that enables companies to provision and manage fully managed backends for their users. The service includes database, auth, edge functions, storage, and realtime capabilities, with features like zero-scaling compute instances, embedded dashboard components via Platform Kit, and project transfer capabilities. AI builders like Lovable and Bolt.new are already using it to create millions of projects. Platforms can manage infrastructure centrally or let users bring their own Supabase accounts through OAuth integration.

  3. 3
    Article
    Avatar of tzhsbevyajhcmr0fmoxfjAlexey Zerkalenkov·19w

    The Frontend Database API Gateway

    A frontend-first API gateway that enables developers to build applications without waiting for backend implementation. It allows rapid prototyping with runtime data and seamless integration with various backend services like Supabase, Firebase, GraphQL, and REST APIs without requiring frontend code rewrites.

  4. 4
    Article
    Avatar of supabaseSupabase·17w

    Sync Stripe data to your Supabase database in one click

    Supabase now offers one-click integration with Stripe Sync Engine, allowing developers to sync Stripe payment data directly into their Postgres database. The integration uses webhooks for real-time updates and scheduled backfills for historical data, enabling SQL queries on customers, subscriptions, invoices, and payments. Unlike the existing Foreign Data Wrapper that makes API calls on demand, the Sync Engine copies data locally for faster queries, complex joins, and analytics without rate limits. The open-source solution uses Supabase Queues for reliable batch processing and includes features like JSONB storage, incremental sync, and multi-account support.