🔒📱 Email Sign Up • Flutter Auth Tutorial ♡

preview_player
Показать описание

~;

This is the third tutorial in this Flutter Authentication series, where we are going to use Firebase to sign up an account for the user. The next tutorial will be on Apple and Google sign in.

FLUTTER AUTH PLAYLIST:
4 • 📱 Google Sign In • coming soon..
5 • 📱 Apple Sign In • coming soon..

Рекомендации по теме
Комментарии
Автор

🥷🏽 FOLLOW ME

FLUTTER AUTH PLAYLIST:


I hope this helps you ✌🏾❤

createdbykoko
Автор

Genuinely one of the only Flutter tutorial creators I understand. I never comment on Youtube videos but thought this was needed for how much you've helped me with my app development so far. Keep up the good work :)

reecewakefield
Автор

At last, I found the one video that is easy to understand based on my knowledge and not complex as others. Thank you

mhdshafad
Автор

i have to make an app for a company as a high school senior and you've been saving me lately.

guritfakgill
Автор

For anyone having the problem where the check for matching passwords doesn't do anything in the case that the passwords don't match, you can remove the if/else logic from the try/on block and just add an if statement above the try/on block. If the two controller's texts don't match (!= to check if two values are not equal), call Navigator.pop(context) to stop the progress indicator, then call the errorMessage and return (return;). Return will stop the rest of the code from executing, and this method is cleaner than having an if/else statement and generally good practice for readability.

if (passwordController.text != {
Navigator.pop(context);
incorrectDetails("Passwords do not match");
return;
}

Moondog-jb
Автор

Always waiting for the next video. Good UI concept and hope to see the next video soon

ugochukwuanajemba
Автор

Love ur videos u helped me learn flutter well

calmquee
Автор

Can we get the source code? Link not working, ty!

Joanna-vdnp
Автор

can you show us this authentication using nodejs?

NatiTsGs
Автор

Will you show us how to reset forgotten passwords plz?

itsahmed-dev
Автор

Sweet sir ♥️
Amazing explanation even for a beginner like me, thanks buddy I had many problems to do this project before, but now you solve it and I also understood all of it, wish you the bests ♥️

alirezakazemi
Автор

amazing tutorial, best flutter tutorials out there, keep up the amazing videos.

LagoonLofi
Автор

Great job your explanation is clear and beautiful.

mohammadtubeshat
Автор

Can you please do some fullstack clone videos instead usual UI VIDEOS(P.S they are good)

MWStudiooo
Автор

all of your videos are so simple ane learnable

maromgigi
Автор

Damn man you are really good and nice, THank you very much!!!!

maromgigi
Автор

why does mine not go to home page after pressing the button but the account will be created in firebase

nadimroz-vztc
Автор

Great tutorial thx! I run in to an error. I would like to compare my code to you're source code. But the link seems to be broken. Can you please fix the link?

fleepp
Автор

How can we hide or show password in this app, will you please help me

shubhamjaiswal
Автор

You won a subscriber bro, love your videos. I hope you can show us how to add google map service in an app, like we can see people or cars moving in a radius or something like that, like uber but not like uber.

EnemyGamingLAS