Тёмный

Firebase Authentication in Flutter 2023 | Sign up & Login | Tutorials |  

Muhammad Hassan
Подписаться 1,7 тыс.
Просмотров 95 тыс.
50% 1

#firebase #flutter #tutorial #2023
Setting up Firebase for Flutter : • Setting up Firebase fo...
Firebase Authentication for Flutter: • Firebase Authenticatio...
Source Code : github.com/has...
Learn how to implement powerful authentication functionality in your Flutter app using Firebase Authentication. In this comprehensive tutorial, you'll discover how to create a seamless login and signup experience, and intelligently navigate users to the appropriate screens based on their authentication status. Master the art of user authentication with Firebase and Flutter, and elevate your app's security and user experience.
🔥 Topics Covered:
Email and Password Authentication
Navigating Users based on Authentication
Firebase Integration with Flutter
🌎 Find Me Here :
LinkedIn Profile : / muhammad-. .
GitHub Profile: github.com/has...
Instagram : / dev.hassankhan
Don't miss out on this essential skill for app development! Let's build secure and user-friendly apps together.
#firebase #flutter #auth #login

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

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 57   
@Tdm.savage
@Tdm.savage 2 месяца назад
you should have more than 100k subs, bro. Keep it going.
@icoweb500
@icoweb500 Год назад
Great video buddy. very nice and i like that you explain every process and what they do.Thankyou for being an amazing teacher.
@obikenebi4170
@obikenebi4170 6 месяцев назад
Thanks so much man I've been struggling with this for some days I really like how you explained it all in detail Keep up the good work👍
@phoolprakash713
@phoolprakash713 9 месяцев назад
bro u ar doing great🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
@talita_mantovani
@talita_mantovani 11 месяцев назад
Great tutorial and teacher! Thank you very much
@hassanflutter
@hassanflutter 11 месяцев назад
You're very welcome!
@zainsmwiinde7156
@zainsmwiinde7156 11 месяцев назад
You are simply phenominal.
@jonychawla6503
@jonychawla6503 Год назад
great video buddy, please add a small portion of handling the users on the basis of different roles like admin and user in the upcoming video.
@mohdnazim2144
@mohdnazim2144 6 месяцев назад
Thank you for tutorial it really helped for beginner like me :D
@mahammadcanr8524
@mahammadcanr8524 4 месяца назад
Very clearly thank you very much
@erikafuerte6382
@erikafuerte6382 Год назад
amazing tutorial. Thank you very much
@hassanflutter
@hassanflutter 11 месяцев назад
You are welcome!
@VictorHugoVermaasdeSá
@VictorHugoVermaasdeSá 9 месяцев назад
Great video
@LosMacacosBSB
@LosMacacosBSB 11 месяцев назад
Great tutorial Could you make a tutorial exploring more the possibilities of use of this User class ? Im kinda stuck in signing in an out. What more can I do?
@hassanflutter
@hassanflutter 11 месяцев назад
Will do!
@NarinhaOfficial
@NarinhaOfficial 9 месяцев назад
Muito bom e sem enrolação!
@ArafHasan-y1i
@ArafHasan-y1i Год назад
Good Job brother...!!!
@itechwithshad4796
@itechwithshad4796 Год назад
Next video fast bro and where does the username saved in database and how can we retrieve that... And plzz make video to store data in cloud of firebase like title and description.... Related
@hassanflutter
@hassanflutter 11 месяцев назад
Working on it. Will be there soon
@sahilbansal6941
@sahilbansal6941 Год назад
Bro when are you uploading new video?? These videos are so good. Waiting for next videos...
@hassanflutter
@hassanflutter 11 месяцев назад
Working on it
@momomoh-i7x
@momomoh-i7x Год назад
Amazing tutorial Thank you
@hassanflutter
@hassanflutter 11 месяцев назад
Glad you liked it
@rashidiqbal5346
@rashidiqbal5346 10 месяцев назад
I copy pasted your code in main.dart and in signup file but when i run app the signup screen is red with error saying NO FIREBASE IS INITIALIZED but i initialized app in main.dart just like you did. what is wrong?
@Alpha-Zeus
@Alpha-Zeus 10 месяцев назад
I have the same problem please help!!
@ak_7577
@ak_7577 9 месяцев назад
You initialised app but I guess you not set firebase for current Platforma , therefore this is showing you error. And the playlist i shared you , I gain this much knowledge from above playlist i shared 👆🏻
@MrWarrior419
@MrWarrior419 8 месяцев назад
Hi, thanks for the video. What plugin are you using at 4:16 to convert statelesswidget to statefulwidget?
@hassanflutter
@hassanflutter 8 месяцев назад
It's not a plugin its built in recommendation if you're using Android studio the shortcut is Alt+Enter. if you're using Vs code the shortcut key is ctrl+.
@5abdoKamal-we7mv
@5abdoKamal-we7mv Год назад
you amazing please continue in firebase
@hassanflutter
@hassanflutter Год назад
Stay tuned something big is coming ❤️
@stanleylaguerre8193
@stanleylaguerre8193 Год назад
tellement superbe.
@arshadkhanSherani
@arshadkhanSherani 10 месяцев назад
Appreciate your work but I'm facing an issue regarding the login. it gives me this error "[firebase_auth/channel-error] Unable to establish connection on channel." sign up is working properly. Thanks
@rashidiqbal5346
@rashidiqbal5346 10 месяцев назад
What is form container class? Have you created it or its oremade class? If tou created it then where i can see that vi?
@hassanflutter
@hassanflutter 10 месяцев назад
Please watch from the start you'll understand it
@rashidiqbal5346
@rashidiqbal5346 10 месяцев назад
@@hassanflutter i am watching this playlist from first video. You just keep using things from that dart file but you haven't teach us how to make it
@ghosty-izz7635
@ghosty-izz7635 9 месяцев назад
bro when did you set route for '/home'.
@TanvirSiddiqueShorts
@TanvirSiddiqueShorts 11 месяцев назад
thanks
@tuananhvu9948
@tuananhvu9948 10 месяцев назад
you dont have any url to the authentication firebase, so where does the sign-up user go after signing up ??
@hassanflutter
@hassanflutter 10 месяцев назад
It's just a tutorial that how yo authenticate user with email and password the user is created in the firebase if you look into the firebase authentication section. In the upcoming videos we'll also store the user data in the cloud firestore and will retrieve it.
@RahulSharma-uv3km
@RahulSharma-uv3km 2 месяца назад
How i connect our project to firebase please tel
@hassanflutter
@hassanflutter 2 месяца назад
In this playlist watch the first video here's the link ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YVB94s21jD8.html
@echezonabonaventure7040
@echezonabonaventure7040 11 месяцев назад
I was getting the printed error i placed on catch (e)
@echezonabonaventure7040
@echezonabonaventure7040 11 месяцев назад
Please help me fix it
@hassanflutter
@hassanflutter 11 месяцев назад
Can you share the code so i can check it or give me little overview where you're getting the error
@CodingMakesMeHappy
@CodingMakesMeHappy 11 месяцев назад
I'm getting No firebase app [DEFAULT] has been created how to solve this issue
@hassanflutter
@hassanflutter 11 месяцев назад
in your main.dart make sure you initialized the firebase WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp()
@sajithsaju4972
@sajithsaju4972 Год назад
when i run this same code as u did, i got this==> Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) ???
@jorgeguerrero3147
@jorgeguerrero3147 6 месяцев назад
You solved the problem?
@jatinverma6759
@jatinverma6759 7 месяцев назад
can you tell me the solution for the task that you gave
@hassanflutter
@hassanflutter 6 месяцев назад
Sorry for the late reply but it's done in the next episode
@miguelmontes6756
@miguelmontes6756 Год назад
How can I handler the error codes on login?
@sanskarmasurkar807
@sanskarmasurkar807 Год назад
Bro it's working on web browsers when switched the debugging to my Android it gave gradle error
@sanskarmasurkar807
@sanskarmasurkar807 6 месяцев назад
@@Ak-dw7td yeah Mannnn.... I dk wat da fuk Is wrong with this thing , bruuuhh I gonna just throw my android to bin
@phoolprakash713
@phoolprakash713 9 месяцев назад
u have discord server or telegram channel ??
@hassanflutter
@hassanflutter 9 месяцев назад
Iam working on it I'll share it with uh on 1st January. And stay tuned something big is coming about Flutter
Далее
Iran launches wave of missiles at Israel
00:43
Просмотров 1,2 млн
📱Sign Up Users • Firebase x Flutter Tutorial ♡
14:29
Login and Registration using Firebase in Android
36:33
Просмотров 355 тыс.
Flutter Firebase Authentication [2024] The Cleanest Way
23:32
I Remade YouTube From Scratch Using Just Bash
17:51
Просмотров 14 тыс.