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

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

The Tech Brothers

1 год назад

17,719 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@tanveersyed9999
@tanveersyed9999 - 02.09.2023 21:14

I am about to finish the bootcamp

Ответить
@Inductuscompany
@Inductuscompany - 21.08.2023 10:57

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

Ответить
@mixfruiet
@mixfruiet - 08.08.2023 19:41

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

Ответить
@sportsfever4116
@sportsfever4116 - 06.05.2023 09:34

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.

Ответить
@rishabnegi2334
@rishabnegi2334 - 02.05.2023 11:29

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.

Ответить
@user-ts7cj7rj7j
@user-ts7cj7rj7j - 29.12.2022 14:16

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. MaterialPageRoute(Builder(context)=> LeveltestScreen))
);
}else{
Timer(const Duration(seconds: 3),
()=> Navigator.push(context. MaterialPageRoute(Builder(context)=> LoginScreen))
}else(if user ends with level test(or if firestore.collection is chekced),
()=> Navigator.push(context. MaterialPageRoute(Builder(context)=> DashBoardScreen))
}


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

thank you so much!!

Ответить
@bhupendratiwari1564
@bhupendratiwari1564 - 24.12.2022 19:42

But mobile mae appbnd krne sae hmesha login krwa rhs

Ответить
@abdullahranjha6700
@abdullahranjha6700 - 17.11.2022 12:44

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 ?

Ответить
@shahzaneerahmed1507
@shahzaneerahmed1507 - 26.10.2022 19:05

can we say that it is shared preferences?

Ответить
@exsample5000
@exsample5000 - 16.10.2022 16:44

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.

Ответить
@exsample5000
@exsample5000 - 05.10.2022 20:51

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

Ответить
@ssagaming4545
@ssagaming4545 - 07.09.2022 12:21

sir you are very good.

Ответить
@syedharis2771
@syedharis2771 - 04.09.2022 13:44

MashAllah Sir❤

Ответить
@hassanmughal331
@hassanmughal331 - 03.09.2022 22:18

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.

Ответить
@hassanmughal331
@hassanmughal331 - 03.09.2022 22:16

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

Ответить
@mr182
@mr182 - 28.08.2022 20:14

If i am already logged in then on boarding screen will be hidden. Wanna learn about this. And on boarding data like image and text also be managed in database.

Ответить