Solving the problem of logging into the application

When I enter the application through the email to the main page and close the application and open it again, the login screen always appears. I want when I log in through the email to always open the main page and not to open the registration page until I log out of the application.

This is the home page.

This is the registration page.

This is the splash screen page.



I don’t see you storing the value in TinyDB anywhere.

How do I do this?

Just do this using if Condition.

If ( Tiny DB ) = ( Empty )

Then ( Go to login screen )

Else ( Go to main Screen )

After going to login screen use this condition.

When Login button press do ( Tiny DB store Value )