Is there a plugin of some sort to use google cloud save or is it possible to use Json with it?
Are you talking about the saved games functionality in Play Games Services? https://developers.google.com/games/services/common/concepts/savedgames If so I don’t believe Corona has native support for it, and it doesn’t appear to have a REST API either.
Google Cloud Platform has a variety of storage products, and they have robust APIs. The Datastore API might be a fit for you (it’s an autoscaling nosql db like what App Engine uses): https://cloud.google.com/datastore/docs/apis/v1beta2/
Otherwise, here’s a discussion of other cloud save options, including Firebase (incidentally owned by Google):
https://forums.coronalabs.com/topic/55525-saving-games-in-the-cloud/#entry297677
Are you talking about the saved games functionality in Play Games Services? https://developers.google.com/games/services/common/concepts/savedgames If so I don’t believe Corona has native support for it, and it doesn’t appear to have a REST API either.
Google Cloud Platform has a variety of storage products, and they have robust APIs. The Datastore API might be a fit for you (it’s an autoscaling nosql db like what App Engine uses): https://cloud.google.com/datastore/docs/apis/v1beta2/
Otherwise, here’s a discussion of other cloud save options, including Firebase (incidentally owned by Google):
https://forums.coronalabs.com/topic/55525-saving-games-in-the-cloud/#entry297677