Reputation: 131
How can I make an online database for an android app?
I am making an android app about the impressive speech and I want to make a database storing accounts of users so they can retrieve their progress anytime anywhere. But how can I make it online so it is accessible from every device?
Upvotes: 0
Views: 552
Reputation: 18
the best solution for your problem is to use Firebase and especially Firebase Database. Another solution is to use Parse Server.
Upvotes: 0