Best of SupabaseOctober 2023

  1. 1
    Article
    Avatar of itnextITNEXT·3y

    Getting started with Supabase

    Supabase is a back-end-as-a-service (BaaS) that allows you to set up a database and interact with it without writing APIs. You can fetch all records from the 'drinks' table in Supabase by using the Supabase client and selecting from the 'drinks' table.

  2. 2
    Article
    Avatar of supabaseSupabase·3y

    Offline-first React Native Apps with Expo, WatermelonDB, and Supabase

    The article discusses the benefits and drawbacks of using an offline-first approach in React Native apps. It introduces WatermelonDB as an open-source solution for handling data in mobile apps and explains how to sync the app with a Supabase backend using Remote Procedure Calls and Supabase Realtime.