Flutter Database & User Authentication Quickstart

  Рет қаралды 31,898

Supabase

Supabase

Күн бұрын

Пікірлер: 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?
@SRG-Learn-Code
@SRG-Learn-Code Жыл бұрын
I would like to learn how supabase auth works internally and why this model is used.
@tananga_studio
@tananga_studio Жыл бұрын
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 Жыл бұрын
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 :)
@edycarreyes99
@edycarreyes99 Жыл бұрын
Very simple and very amazing 🎉
@KrystlerTabinas
@KrystlerTabinas Ай бұрын
when i tried putting my email it says "emai laddress cannot be used as it is not authorized.
@eliuddyn
@eliuddyn Жыл бұрын
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
@triggerfx9268
@triggerfx9268 7 ай бұрын
Hi, how to sign up with password but confirm it via otp or magic link?
@ashrafal_mekhlafi
@ashrafal_mekhlafi Жыл бұрын
we want a complete project to know how to make the heavy work in the server side🔴🔴🔴
@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!
@nurayselcuk7945
@nurayselcuk7945 6 ай бұрын
cok iyi video bayıldım
@flutteruniverse-
@flutteruniverse- 9 ай бұрын
More please
@youshajabr1579
@youshajabr1579 7 ай бұрын
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 3 ай бұрын
Use Supabase.instance.client.auth.currentSession() and you will be able to solve the error
@chris_james
@chris_james 6 ай бұрын
only problem is Apple testers, apparently never get the link so your app never gets published
@nihalramesh3598
@nihalramesh3598 6 ай бұрын
Is this true
@the_dude_josh
@the_dude_josh 7 ай бұрын
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 7 ай бұрын
Do you have anything in particular that you are confused with about email + password sign-in?
@the_dude_josh
@the_dude_josh 7 ай бұрын
@@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 7 ай бұрын
@@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 7 ай бұрын
@@21abhinavpatel if you can find a way for me to send you the code snippet or a way to communicate outside of KZbin 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. :)
@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!
@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!
@mikatan2007
@mikatan2007 3 ай бұрын
13:16
@tananga_studio
@tananga_studio Жыл бұрын
🥳🥳🥳🥳🥳🥳
@mahmodzuher8247
@mahmodzuher8247 2 ай бұрын
jk
@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!
I tried 5 Firebase alternatives
10:31
Fireship
Рет қаралды 809 М.
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 6 МЛН
Thank you Santa
00:13
Nadir Show
Рет қаралды 29 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 176 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 8 МЛН
What's new in Flutter
36:30
Flutter
Рет қаралды 211 М.
Supabase + Next.js ULTIMATE Auth Combo
8:55
The Dev Logger
Рет қаралды 7 М.
Firebase vs Supabase - I Built The Same App With Both
6:21
Your Average Tech Bro
Рет қаралды 127 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 70 М.
Supabase in 100 Seconds
2:37
Fireship
Рет қаралды 533 М.
Setting up Supabase Auth with Flutter
12:22
Code With Cypert
Рет қаралды 7 М.
Может ли перегореть фонарик?
0:52
Newtonlabs
Рет қаралды 917 М.
Samsung S4 win this 💀 #trollface #troll #trending #trend #viral
0:19
Okotanis Gaming
Рет қаралды 14 МЛН
Это ЛУЧШИЕ Смартфоны 2024 Года. Недорого и Качественно
15:23
Thebox - о технике и гаджетах
Рет қаралды 131 М.
Today's Console Pick 🔥
0:11
Gleb POV
Рет қаралды 1,3 МЛН
Handy remote!
0:25
LeraKek
Рет қаралды 7 МЛН