My app displays a list of predetermined tasks.
Each task can be checked as “done”
I want the app to used without making a user/log in
But as far as I understand all users will now share the same database? If one user checks a task it will be checked for everyone else using the app? Is it possible to make an app like this without making the user log in?