How would I save the users progress

I am making a project app which needs to save each project if they want to logout of the app. Every time I make a project on thunkable live and leave it and stop, it would not be saved. Is there a way to do this very easily without firebase and google api.

What is a “project” in your app? Is it a bunch of text inputs? A bunch of variable values? Something else? The most common way to save data is to store it in the row of a data source.

It is basically a bunch of variables and images and thank you in advance

I would save those variable values and image urls (if needed, upload the images to Cloudinary to general urls) in a row in a data source.