使用 firebase 访问 google 云数据存储数据
Use firebase to access google cloud datastores data
我想将我的 laravel 应用程序与 google 云数据存储连接,并希望为 android 和 ios 应用程序使用相同的数据,为此我想使用火力基地。
有谁知道我如何在 firebase 中访问我的 google 云数据存储区的数据?
您可以尝试使用 Cloud Functions for Firebase 为您使用 Node.js 客户端库 fetch/query 数据。
文档:
- Google Cloud Node SDK 用于云数据存储
- Cloud Functions 用于 Firebase
您也可以尝试 Cloud Functions for Firebase and/or Firestore DB 而不是 Google Cloud Datastore。
Firestore 是 Firebase(实时数据库)的下一代进化版,更好地支持扩展和数据建模 + 离线数据管理。
我想将我的 laravel 应用程序与 google 云数据存储连接,并希望为 android 和 ios 应用程序使用相同的数据,为此我想使用火力基地。
有谁知道我如何在 firebase 中访问我的 google 云数据存储区的数据?
您可以尝试使用 Cloud Functions for Firebase 为您使用 Node.js 客户端库 fetch/query 数据。
文档:
- Google Cloud Node SDK 用于云数据存储
- Cloud Functions 用于 Firebase
您也可以尝试 Cloud Functions for Firebase and/or Firestore DB 而不是 Google Cloud Datastore。
Firestore 是 Firebase(实时数据库)的下一代进化版,更好地支持扩展和数据建模 + 离线数据管理。