While working on an android app, which is a game for kids, We decided to skip the login as it was obstructing the kids' engagement. So now I have to save the user data of the users on a server. But since there is no authentication how can I manage to save the data on a server. I guess a number of gamified apps don't have login feature. How do they manage to save their user data on a centralized server?
I am using pouch-db on the app side to store data on the local side. So I tried using couch-db for storing data on backend. But again I am stuck with the authentication part.