Ok, so first of all, assuming you have a website that required users to sign up and create a profile… you’d also have a database in your server that you created where the info would go to. and you also uploaded this database when you were buying hosting. (assuming)
So now with that concept how would it work for mobile apps? assuming you don’t have hosting and you don’t want to use firebase because the cost might be much in the long run…
Someone told me sqlite, but i don’t really get how that would work. because the database is meant to be online so an admin can also monitor what’s going on and how many users are there.
So my question is how can i get this database functionality to work just the way it’s done for web development