Part-9 Check If Use is already Login/Logout || Flutter Firebase Tutorials in Hindi/Urdu

preview_player
Показать описание
In this video i will teach you how we can check if user is already login or not. if user is already login then how we will skip the login and move to next screen and if user is not login then how we can move user to login screen. I will also teach you if user is login then how we can logout with firebase.

______________/Connect On Social Media\_____________
=========================================

flutter, connect firebase, firebase tutorials, firebase authentication

Thank you for watching my channel do give feedback about this video.

#flutter #firebase #firebasehindi #firebasetutorial #flutter #flutterdev #login_form #fluttering
Рекомендации по теме
Комментарии
Автор

thank you sir, the way you explains every things with 100% actual solutions, no one do, thank you again sir

mixfruiet
Автор

sr aap 2 user add krky check kry k aapke end pe jo user login krta ha to wohi user login hua hota jab app close krky again open kro to Plzzzz iska lazmi bataye ga.

hassanmughal
Автор

I have question I have a Welcome screen which I add a button that proceed to the loginpage, after I sign in just like yours it will show our admin page, after I logeout from the adminpage it will proceed to the loginpage, heres the problem Im on the loginpage, and I want to exit the loginpage and proceed to my welcome screen, after i clicked the back button of my smartphone it will go back where i left which is on the adminpage. But I need to go on back to the welcome screen not on the adminpage .. please help.

exsample
Автор

How can we display the current users name on their profile while they are logged in?

exsample
Автор

can we say that it is shared preferences?

shahzaneerahmed
Автор

Created a UI with firebase login signup option.
Google login and email login works fine but when user sign up, screen remains still util back button is pressed and screen is directed to homepage.
i tried putting pop in signup button on pressed but after that our signout button(when clicked) dont redirect user to the login screen. Anybody help me guys.

sportsfever
Автор

sr maine aap waly method se kiya or 2 user add kiye jab ma first user ko login karata ho to wo login ho jata ha jab ma app close kr k again open krta ho to 2nd user login hua hota ha jabky maine 1st user ko login kiya tha to ussi first user ko hi login rehna chaiye tha jabky first ki bajaye 2nd user login hua hota iski smj ni a rhy mujy.. kindly iska koi solution bataye

hassanmughal
Автор

when we press back button after logging In it is going to back to login page.
Is there a way where we can only go back to login page after log out only.
Please help.

rishabnegi
Автор

Hello Sir User ka Key Kse Pta kregay ki Konsa User Login Hain ...Q ki Humne Try kiya New User Create kr Kr Toh Purane User Ka Data Show Ho rha hai Aesaa Toh Hona Nhi Chahey

Inductuscompany
Автор

But mobile mae appbnd krne sae hmesha login krwa rhs

bhupendratiwari
Автор

Thank you for your great video! can I ask you?

I want to make an app where people can learn languages. I want to make two cases.

1. when you sign up, you sign up, enter additional information, do a level test, and go to the main page

2. if you have registered as a member, you go to the dashboard right away whenever you turn on the app.

if I want to make the second one.

if(user!=null){
Timer(const Duration(seconds: 3),
()=> Navigator.push(context. LeveltestScreen))
);
}else{
Timer(const Duration(seconds: 3),
()=> Navigator.push(context. LoginScreen))
}else(if user ends with level test(or if firestore.collection is chekced),
()=> Navigator.push(context. DashBoardScreen))
}


it would look like that. Do you know how to make it?

thank you so much!!

tscjrjj
Автор

No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp();

bro yeh error aa rha ha or screen b red ho jati ha
how I can solve this error ?

abdullahranjha