Supabase Tutorial #3 - Fetching Data

preview_player
Показать описание
In this Supabase tutorial you'll learn how to fetch data from the database using the Supabase client library.

🐱‍💻 Access the course files on GitHub:

🐱‍💻 React Complete Tutorial (on Net Ninja Pro):

🔥🔥🔥 Other resources:

⭐⭐ Get access to all free & PREMIUM courses on Net Ninja Pro:
Рекомендации по теме
Комментарии
Автор

All those who are facing empty array value. Please disable RLS(Row Level Security) or add a policy for RSL. I spent 4 hours on that

sananli
Автор

Hey mate, you run one of the best programming channels on YT and I am very thankful for your content. <3

benfrese
Автор

Subabase definitely gives a great first impression and has some really easy to use starter materials. Very impressive! Looking forward to this series 😁

rebelmachine
Автор

Just started following this series.. I do prefer Firebase, but I gotta say.. Supabase UI and its own client looks super easy to learn and use... Continue with it please, I am keen to complete this series.

Omerko
Автор

13:26 that woohoo caught me off guard 😂

reallions
Автор

Love the course ... but sad cuz it doesn't cover auth ...

htmlfivedev
Автор

One question, how could you fetch data from database when you had no RLS enabled and used anon key witch only works with RLS enabled?

zsomborbiro
Автор

Been following this tutorial and has been a god send for the project Im working on, an issue I am running into with my forms that I am creating is that the id row isnt auto incrementing, keeps trying to duplicate the ID. I can hard code it in the dashboard and run it that way and it'll work, not sure what Im doing wrong

mountaingoatgaminggg
Автор

Shouldnt you be fetching data from a separate backend section (backend folder), instead of doing it in the Home.js file of essentially your frontend part of your project?

XavierReed-tn
Автор

Does supabase provide any tools to allow you to create the db schema in the file system?

johnpaul
Автор

If anyone got fetch error, in my case it was a missed spell. "Smothies" on Supabase and "Smoothies" on react with two o's.

alexpiano
Автор

fetched data are not showing while no error, how to fix?

shro
Автор

If i want to uplaod a diet plan and retrieve and display it in my flutter app do i need to also create a table ? Please need help struggling here lol!!!

ShaunyTravels.
Автор

I am reaching to the console.log(data) thing but it is not showing any data just bunch of other things and even when i tried to console.log(data.title) as i have created on superbase it is saying undefined

dikshantsolanki
Автор

I am facing an
uncaught error: supabaseUrl is required

How to solve it?

hasibulalamprionto
Автор

i used this to for a sveltekit project of mine and modified the code for sveltekit but it is'nt working? Help!

ΔβΙΧΚαΓ
Автор

on line 14 of Home.js put .from("Smoo thies") instead of .from('recipes') idk why he put that on the github.

icup
Автор

@The Net Ninja please update your react tutorial. sir, some things have changed. example -> react routing.

prasobh
Автор

is this secure ? calling the supabase on the client .?

nested
Автор

Too bad you don't do this with Vue, I'm confused with fetching & error handling

pfodtakem