Тёмный

Flutter Database & User Authentication Quickstart 

Supabase
Подписаться 35 тыс.
Просмотров 30 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@lasifuta1573
@lasifuta1573 Год назад
Great video! This Supabase channel has become my WIKI to learn Supabase. Could you also create a video related Oauth sign up/in using Supabase with Ionic/Capacitorjs on iOS device?
@KrystlerTabinas
@KrystlerTabinas 20 дней назад
when i tried putting my email it says "emai laddress cannot be used as it is not authorized.
@SRG-Learn-Code
@SRG-Learn-Code Год назад
I would like to learn how supabase auth works internally and why this model is used.
@kamil_supabase_enjoyer
@kamil_supabase_enjoyer Год назад
Whats the difference between supabase.auth.currentSession and supabase.auth.user or currentUser? Which one should we use to check if Im signedIn ?
@dshukertjr
@dshukertjr 11 месяцев назад
Most of the time, if currentSession exists, then currentUser exists. The only time this is not the case would be when a user signs up with a password, but has not confirmed their email address or the phone number. In this scenario, currentUser will have a value but currentSession will be null. In this state, users will not be able to pass RLS policies created using auth.uid() function, so I'd say use currentSession to determine whether the user is signed in or not!
@AL-hk3oo
@AL-hk3oo Год назад
very nice, good tutorial and steps! 👍👍
@alifellahi
@alifellahi Год назад
nice tutorial, very informative, thanks tyler :)
@triggerfx9268
@triggerfx9268 6 месяцев назад
Hi, how to sign up with password but confirm it via otp or magic link?
@edycarreyes99
@edycarreyes99 Год назад
Very simple and very amazing 🎉
@droidxxi
@droidxxi Год назад
Hi, I want use contains() method on stream. How can I do that?
@droidxxi
@droidxxi Год назад
I want to do this: supabase.from("room_members").stream(primaryKey:['room_id'].contains(room_members,[my_id]). execute(); But contains() method is not working with stream() method.
@Supabase
@Supabase Год назад
Looks like `inFilter` is the filter you are looking for: supabase.com/docs/reference/dart/stream
@youshajabr1579
@youshajabr1579 6 месяцев назад
I followed all the steps but it gave me an error that( Undefined name 'supabase'. Try correcting the name to one that is defined, or defining the name). in statment final session = supabase.auth.currentSession; please answer me
@MuneebAhmad-js5gf
@MuneebAhmad-js5gf 2 месяца назад
Use Supabase.instance.client.auth.currentSession() and you will be able to solve the error
@romeroo98
@romeroo98 Год назад
is there any upcoming tutorial for uploading profile pics into a bucket and save the avatarUrl into profiles table?
@Supabase
@Supabase Год назад
Yup, will be coming up!
@eliuddyn
@eliuddyn Год назад
Amazing 🔥🔥
@the_dude_josh
@the_dude_josh 6 месяцев назад
could you please do a video over basic login with email and password? I can't find any good tutorials or documentation. I am coming from firebase and am used to using a stream builder but haven't found anything that goes over it.
@Supabase
@Supabase 6 месяцев назад
Do you have anything in particular that you are confused with about email + password sign-in?
@the_dude_josh
@the_dude_josh 6 месяцев назад
@@Supabase no I’m dumb, i figured out what I was doing wrong. I spent roughly a day trying to convert my auth from firebase to supabase and in the time that I wrote the original comment to now I got it mostly figured out. But it would be nice for noobs like myself coming from firebase to have a email and password stream builder video cause there wasn’t much on the topic, or at least that I could find
@21abhinavpatel
@21abhinavpatel 6 месяцев назад
@@the_dude_josh Hey, I am trying to do the same. Can you tell me how you did it?
@the_dude_josh
@the_dude_josh 6 месяцев назад
@@21abhinavpatel if you can find a way for me to send you the code snippet or a way to communicate outside of RU-vid comments then I for sure can help
@businessoftechnology
@businessoftechnology Год назад
Does this work with SDK 3+? The example was built with SDK
@Supabase
@Supabase Год назад
Are you referring to the Flutter SDK v3? If so, yes it does!
@Supabase
@Supabase Год назад
Oh, I see that you are referring to the Dart SDK version. Yup, it should work fine, but let us update the version constraints right now! Thanks for reporting!
@businessoftechnology
@businessoftechnology Год назад
@@Supabase Yes, I just installed Flutter 3.10 which uses Dart 3. Followed the directions step by step and didn't get through. I figure V 3 will only be a short roadbump. :)
@nurayselcuk7945
@nurayselcuk7945 4 месяца назад
cok iyi video bayıldım
@randomtimessomehow
@randomtimessomehow Год назад
what's supamünchenfest? I'm from Munich 😅
@Supabase
@Supabase Год назад
Nice! That t-shirt is from a company off-site we had in Munich a year ago!
@chris_james
@chris_james 5 месяцев назад
only problem is Apple testers, apparently never get the link so your app never gets published
@nihalramesh3598
@nihalramesh3598 5 месяцев назад
Is this true
@flutteruniverse-
@flutteruniverse- 8 месяцев назад
More please
@novouik
@novouik Год назад
Very amazing Tyler! Thank you. I've got a question please. I'm working on Authentication using only phone number with Twilio. So I used the supabase.auth.signInWithOtp(phone: phone) method. On execution, I've an "Database error saving new user". How can I solve it please? Once more, thank you!
@novouik
@novouik Год назад
Finally, I've resolved. The problem was in my profiles table. Thank you!
@ashrafal_mekhlafi
@ashrafal_mekhlafi Год назад
we want a complete project to know how to make the heavy work in the server side🔴🔴🔴
@youcefwippert
@youcefwippert Год назад
I like these Videos but i am still waiting for a decent video for Oauth using Flutter and Superbase
@Supabase
@Supabase Год назад
Auth videos will be coming out soon!
@kamil_supabase_enjoyer
@kamil_supabase_enjoyer Год назад
🥳🥳🥳🥳🥳🥳
@mikatan2007
@mikatan2007 2 месяца назад
13:16
@mahmodzuher8247
@mahmodzuher8247 Месяц назад
jk
Далее
I tried 5 Firebase alternatives
10:31
Просмотров 802 тыс.
МЭЙБИ БЭЙБИ - Hit Em Up (DISS)
02:48
Просмотров 268 тыс.
Firebase vs Supabase - I Built The Same App With Both
6:21
Setting up Supabase Auth with Flutter
12:22
Просмотров 7 тыс.
Supabase Crash Course
25:17
Просмотров 132 тыс.
React Native vs Flutter - Which should you use?
22:31