【发布时间】:2021-04-25 15:55:09
【问题描述】:
我有谷歌云数据存储(Datastore 模式下的 Cloud Firestore),我将我的 IoT 设备中的数据放在其中。我需要在我的颤振应用程序中访问该数据 我该怎么做?
【问题讨论】:
-
也许您发现以下post 对您有用。
标签: flutter google-cloud-platform google-cloud-datastore flutter-dependencies
我有谷歌云数据存储(Datastore 模式下的 Cloud Firestore),我将我的 IoT 设备中的数据放在其中。我需要在我的颤振应用程序中访问该数据 我该怎么做?
【问题讨论】:
标签: flutter google-cloud-platform google-cloud-datastore flutter-dependencies
如果您想避免使用云功能的服务器层,那么:
从 Google 查看这个官方库:https://pub.dev/packages/googleapis
【讨论】: