Initialize screen1

Hello people,

I have got an app that has a login screen with firebase, when people login to the app it works correctly.
When they go to an other screen it works, and here comes the problem. I’m switching screen the way like it should but when you go back to screen1 people have to login again every time the go back to screen 1.
Is there a way to prevent this.

you can store user login data in tinydb and on screen initialize you can check if tinydb has values then go to another screen, else call sign in

3 Likes

And if you don’t know how to do this whith tinybd than may by this tutorial help you.

Engliah by @pixiibomb

Hindi by Deephost

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.