React Native Database & User Authentication

Sdílet
Vložit
  • čas přidán 22. 05. 2024
  • Get started with Supabase Postgres database and user authentication in your @ExpoDevelopers React Native applications with this quickstart tutorial!
    - Find the tutorial: supabase.com/docs/guides/gett...
    - React Native Authentication blog post: supabase.com/blog/react-nativ...
    - Find the code: github.com/supabase/supabase/...
    - Expo docs: docs.expo.dev/guides/using-su...
    Learn about deep linking: • Auth deep linking in E...
    🎙️ Presented by Thor Schaeff (@thorwebdev go.thor.bio/x)
    Chapters
    00:00 Intro
    01:15 Supabase project setup
    01:58 Create new Expo TypeScript project
    03:30 Install required dependencies
    04:57 Set up the database schema
    08:15 Initialise supabase-js for React Native
    09:13 Find the url and anon key
    10:13 Create the login component
    12:30 Create the account component
    13:35 Read data from the database with supabase-js
    15:20 Put the components together in the App
    16:20 Email signup
    18:12 Add a FlashList with all users
    25:05 Restrict database reads with RLS
  • Věda a technologie

Komentáře • 20

  • @DefinitelyNotJohnTse
    @DefinitelyNotJohnTse Před 4 měsíci

    This has been very helpful in kickstarting my own projects, Thank you!

  • @J3R3MI6
    @J3R3MI6 Před 6 měsíci +10

    Loving this React Native + SupaBase series. The timing could not have been better for our team… kinda spooky 😅

    • @thorwebdev
      @thorwebdev Před 6 měsíci +3

      Haha, nice, happy halloween 🎃 What are you building? And anything else you'd like to learn about?

    • @Illuminaxx
      @Illuminaxx Před 6 měsíci

      Nice job ! But coups you do tutorial for reset password React Native + Supabase 🥹🥹🥹🙏🙏🙏🙏

    • @fnord_lander
      @fnord_lander Před měsícem +1

      Supa spookie 👻

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd Před 16 dny

    Thank You very helpful

  • @challengedollar2880
    @challengedollar2880 Před 5 měsíci

    Hey guys, thanks for this, how can we do RBAC in this like one admin and then multipler users with multiple tasks underneath the admin user?

  • @Dreamain1102
    @Dreamain1102 Před 4 měsíci +1

    Expo + Supabase + Next.js how do you handle auth?

  • @albertsanchez1279
    @albertsanchez1279 Před 4 měsíci

    What is required to do when we build with react native the apk regarding port reverse with adb when working locally?

  • @kpopcat_official
    @kpopcat_official Před 5 měsíci

    is it possible to have some logic defined in top level so that we don't have to check if user is null or not when we use useAuth in every route? Please let me know if someone knows how to do it.

  • @Volnixz
    @Volnixz Před 2 měsíci

    I only added one user and I got error 429 too many requests after. Any advice on how to deal with this?

  • @Felixs1128
    @Felixs1128 Před 6 měsíci

    Can you make a react native chatapp video? where users can send messages and images and such? Great video btw!

    • @Supabase
      @Supabase  Před 6 měsíci +1

      Great idea, thank you. Yes, we'll explore this.

  • @tj-softwaresolution
    @tj-softwaresolution Před 2 měsíci

    SQL Editor: ERROR: 42723: function "handle_new_user" already exists with same argument types

  • @kpopcat_official
    @kpopcat_official Před 5 měsíci

    don't be shy, give me a best supabase auth flow example.

  • @warisaremou8754
    @warisaremou8754 Před 6 měsíci

    What about if we send an 6-digit numeric OTP to email for verification. How can we use it in the mobile app or website ?

    • @Supabase
      @Supabase  Před 6 měsíci +1

      You can find a video on OTP logins here: czcams.com/video/Hca4CKE17I0/video.html

  • @appstuff6565
    @appstuff6565 Před 5 měsíci

    hey guys, love this. However I wanted to create a supabase with reactnative app, that is a Task To Do app that would allow me to create tasks for each of my employees, how can i do that?
    EG:
    Imagine 1 employer (admin) with sub groups (employees) , employer assigns tasks to a certain employee, each employee can only see their tasks.
    Can you please guide me the right way to do it, I'll be using Supabase and React Native?

  • @retiredhamster7003
    @retiredhamster7003 Před 4 měsíci +2

    this has to be the worst programming tutorial I've seen. You might as well have a text to speech bot parroting everything that appears on screen. I've never seen someone talk so much and explain so little. Good job.