Is it possible to save API Google ’s account in Google account, for example the value of game coins or settings, and then pull it out? If, for example, the person deletes the game, then installs again so that all settings and data are saved in the account. With API Google made authorization in the android application, but how to save the data?
And at the expense of Firebase , you can store data there, but as I understand, there is a restriction on the simultaneous connection to the database on a free account. It seems the number of restrictions: 100 people were, is it possible to connect, take data and disconnect?
And yet, I need to use their authorization (i.e. for users) to connect to the database or can I create 1 login and use it from all users, how can I authenticate and take certain data?