Build a Login page using Flutter and Firebase

preview_player
Показать описание
hello everyone
in this video, I'm going to show you how to add Firebase authentication to your flutter app.
by the end of this tutorial, you will be able to
- create a firebase project
- connect firebase to your flutter app
- creating a simple login system for your app

I hope that you will enjoy this video, if so don't forget to like and subscribe
Рекомендации по теме
Комментарии
Автор

登陆界面编写 0:42
TextField的控件使用 4:26
Icon 5:20
Text的使用 5:52
Container 7:24
RawMaterialButton 8:25
Firebase建立项目 10:08
注册移动包 10:28
10:40

修改您的 build.gradle 文件(项目级 build.gradle) 11:15
*增加firebase 扩展 12:24
firebase_core
firebase_auth
初始化firebase 13:03
FutureBuilder使用 13:47
snapshot 14:06
CircularPressIndicator 14:22
*建立login function 14:43
FirebaseAuth 15:51
FirebaseAuthException 16:05
firebase中建立测试帐号 16:54
建立TextEditingController 17:50
cnPressed 用户登陆 19:10
loginUsingEmailPassword 19:50
成功跳转到个人信息页面 MaterialPageRote 20:06
ProfileScreen 20:13

alone-
Автор

Very help full video thanks to doctor code keep update continues 😊😊👌👌 Thanku so much

anilkumarprajapat
Автор

Thank you sir, your Tutorial helped me a lot.

mohammadhasnian
Автор

Thank you so much, it works
But pls make part 2 with sign up page

animejob
Автор

Thank you Doctor, you are amazing... would mind doing firebase notification with flutter for the next?

taoapps
Автор

I am getting an error after updating my pubspec yaml file as I have http ^0.12.2 dependency as well and after adding these firebase dependencies it throws an error.. any solutions pleaseee 🥺🤧😭

Cool-ssph
Автор

hey doc, firebase sign up flutter when? :)

rizkyfaisalrafi
Автор

When I enter my email with password and press login button, it shows me the feedback.dart has an error of: return Future<void>.value(); does it have any ways to solve the problem and enter the homepage?

celinema
Автор

Can you help me?
I can't run the project, there is an error in the section (inline: 18)
Do you know why this is?

raihanfadhil
Автор

Great video, thank you very much, it worked correctly!

VladimirSalguero
Автор

does this still work as of today, 29th July 2023?

bethwelkiprono
Автор

instance member "user" cant be accessed using static access. here I cant do anything. can you help me.

baasithfazil
Автор

can you help me?
I'm doing the tutorial step right but always get exception on firebase.initializeApp when first running the firebase.
it says :
FirebaseApp firebaseApp = await Firebase.initializeApp();
"Exception has occured. Firebase ([core/not-initialized] Firebase has not been correctly initialized.

please, help me. I went to countless firebase tutorial and it always get the same error :(

rey
Автор

What if the user click on 'Don't remember your password'? Where does it redirect to?

adilahusin
Автор

hey doc!
i m getting "getSelectedText on inactive InputConnection" error
could u resolve this?

shubhangverma
Автор

can you help me?i having the problem the firebase undifinedd

syednasir
Автор

Could you share the source code ? It would help a lot.

narayangupta
Автор

Last part not working, it doesn't navigating to profile screen page

mohammedek
Автор

Fiz o projeto passo a passo e deu certinho. Muito Top. Thank you doctor code!

klebermancakleberrock
Автор

hi, my web app and android emulator works fine but android apk file that installed on my android phone cant sign in or up this error pops up:[firebase_auth/unknown] com.google.firebase.j:an internal error has occurred.[json conversion failed! ] failed to parse error for string[<!DOCTYPE html><html lang=en > <meta charset=utf-8> <meta name=viewport content="initial-scale=1, minimum scale=1, width=device-width"> <title>Error 403 (Forbidden)!!1</title> <style> ...]

sardsiders