I am using Baserow as database for user login and registration and using Kodular app i am able to login and logout successfully.
If a user a already logged in, then how can i navigate the user directly to main screen (login again should not come)
I am using Baserow as database for user login and registration and using Kodular app i am able to login and logout successfully.
If a user a already logged in, then how can i navigate the user directly to main screen (login again should not come)
Use tinyDB to store log in status. When app opens check tinyDB if status is true proceed to main page else if status is false open login or sign/up page.
Any tutorial or code snipet?
Did You search ?
Dint find exact solution on searching
I want something like session storage
Already you have answer, and rules, just use the combo if then else
Now use your idea with if then else + tinydb in screen init… automatically you can build blocks…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.