Skip to main content

2 posts tagged with "Supabase"

Articles related to Supabase

View All Tags

How to Use Supabase in React Native

· 5 min read
Full Stack Developer
Last updated on December 16, 2023

supabase-react-native

In this tutorial, we'll guide you through the process of using Supabase, an open-source Backend-as-a-Service (BaaS), with React Native to build a simple Todo app. We'll cover the three essential aspects of Supabase: Authentication, Database, and Functions. By the end of this tutorial, you'll have a solid understanding of how to integrate Supabase into your React Native application.