内容

使用 Google API

此页面指向资源,可帮助您从 Dart 应用程序使用 FirebaseGoogle 客户端 API.

Firebase

#

您与 Firebase 一起使用的 Dart API 取决于您是在为 Flutter 应用程序还是其他类型的 Dart 应用程序编写代码。

Flutter 应用程序可以选择许多针对流行 Firebase 产品(如 Analytics、Cloud Firestore、Cloud Functions 和 Crashlytics)的官方支持插件。有关这些插件的完整列表,请参见 FlutterFire.

其他类型的 Dart 应用程序可以使用社区支持的 firebase.

Google 客户端 API

#

The googleapis 包含 180 多个 Google 客户端 API 的生成 API,例如 Google Docs API、YouTube 数据 API、Cloud Translation API 和 Cloud Storage API.

如果您正在构建 Flutter 应用程序,请参阅 Flutter 的 Google API 指南.

如果您想在服务器应用程序中使用 Google API,请参阅 google_apis 服务器示例.

一些包为 googleapis 提供的 API 提供惯用的 Dart 包装器。例如,如果您想使用 Google Sheets API,请考虑 gsheets,它提供 替代 API 来替换 自动生成的 API.

要查找 Google 客户端 API 的包装包,请搜索 依赖 googleapis 的包.