Keep session without firebase authentication

Cheers guys, I have a problem.

How can I make the user keep session every time she enters the app so that she is not entering her username and password? and all this without using the firebase. Can’t it be done any other way? (I don’t use firebase authentication as login and if I use it now I will damage all the configuration that I have).

Thanks for your attention, I hope a prompt solution.

You can use TinyDB.
Like…

TinyDB.save(“tag”,make a list(email, password))

And when screen1.initialize
If tiny dB.getvalue(“tag”). select item from list(0) not equal to “” then set screen(main)

Hope it helps :relaxed:
Pratyush
@ElMaxicero4

1 Like

Thank you very much friend … I will try, but I would like you to express it in blocks hehe.

Can I share it tomorrow :blush: IST Indian standard time

First you could try

1 Like

I agree with that. thanks friend

image

For reference @ElMaxicero4

2 Likes

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