I have found this as an example. But this is created with MIT app inventor. Can this also be done in Thunkable ? This is a app that works wijt TinyDB and check if there is a value in the db.
there is a local Storage (tinyDB) in both thunkable classic and Thunkable X. So yes it is possible.
Hello there, @jphermans!
Welcome to Community!
Yes. it’s possible. as @samclever mentioned, there is a local Storage (tinyDB)
We can do through that…
Plz Have a look :
You may rename the Local_Storage1 with tiny db, and treat key as tag for ease.
Hope it helps!
Thanks a lot!
Ahah,idk the local storage means tinydb. …
(Didn’t touch classic
just for ease
Even I using it for sign in , register account. For almost blurred.
I will try this solution. Thanks for the answers.
If it works please click the 3 dots on the post that was your solution and click solved. It helps keep the forums clean and gives credit to the solver. Happy Thunking!!
Does not work yet. Here is the project. What I want is following. Creating a password stored in local db and when the next time open the app check if the password is there with a flag and then go to the other screen when flag is 1 otherwise give a password and then go to other screen.
link example project: my example
Thank you Kartik, this works.
Mark it as a solution!
It will clear this topic from community
Glad to see you got a solution to this Jean-Pierre,
Jane has an alternative approach here with saved details:
And if you continue down that thread, there is also an auto-login example by @BlueWhaleYT