简体   繁体   English

在谷歌上创建更新服务

[英]Create updates service on google

I'm creating an android game, I want to let user to get updates and new levels online.我正在创建一个 android 游戏,我想让用户在线获取更新和新级别。 I have an account on google's cloud but there are many services and I am confused which one is more suitable.我在 google 的云上有一个帐户,但是有很多服务,我很困惑哪个更合适。 For example: Bigtable , SQL , File storage or any other service.例如: BigtableSQL 、文件存储或任何其他服务。

Depending on what you wish, there are many things that you can do.根据您的愿望,您可以做很多事情。 I'm understanding that you would like to know more about the Storage options from how you are orienting your question.我知道您想从如何定位问题中了解更多关于存储选项的信息。

If you want a good and simple storage backend you can use Cloud Firestore which is really good for Android.如果您想要一个良好而简单的存储后端,您可以使用Cloud Firestore ,它非常适合 Android。 Another good option can be Cloud SQL where you can instantiate either a MySQL database or a PostgreSQL one.另一个不错的选择是Cloud SQL ,您可以在其中实例化 MySQL 数据库或 PostgreSQL 数据库。

As for the get updates and new levels online a possible way of integrating this might be either with Cloud Functions or by having your code deployed on App Engine .至于在线获取更新和新级别,一种可能的集成方式可能是使用Cloud Functions或将您的代码部署在App Engine 上 Cloud Firestore also facilitates these interactions as you can read in the previous documentation.正如您在之前的文档中所读到的,Cloud Firestore 还促进了这些交互。

Have a look and let us know.看看,让我们知道。

EDIT:编辑:

This is a good read that is resembling what you are looking for.这是一本很好的读物,与您正在寻找的内容相似。 Link 关联

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM