如何集成firebase云功能,firestore和google bigtable

时间:2018-01-16 16:04:59

标签: firebase google-bigquery google-cloud-functions google-cloud-firestore google-cloud-bigtable

firestore的文档说它不自然地支持聚合查询,我们应该使用的一个选项是云函数触发器(预先计算我们可以使用简单查询检索的值)

https://firebase.google.com/docs/firestore/solutions/aggregation#solution_cloud_functions

我想做更高级的分析,并且认为bigtable / bigquery可能非常合适。

如何从firebase云功能调用gcp产品? (我认为这是可能的)

我似乎无法找到任何关于此的文档。

1 个答案:

答案 0 :(得分:-1)

我相信Firebase云功能是建立在"常规"之上的。 Cloud Functions,在这种情况下,此示例应该可以帮助您开始在该环境中使用Bigtable:

https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/master/node/cloud-functions