Jon Doe
Jon Doe

Reputation: 31

Saving scores online in android

I am making a game in android, and I would like to save global scores.

Not global on one device only but worldwide global scores.

Do I have to make server for this or there are some free databases for this purpose? Or maybe there's another simple solution?

Upvotes: 1

Views: 24

Answers (1)

Gazouu
Gazouu

Reputation: 382

You can try to use Firebase. It provides a real-time database that can store your data. It's also simple to use and well documented.

And it's free until you reach the limit of storage.

Upvotes: 2

Related Questions