通过 gcloud 在数据存储模式下使用 firestore 时创建数据库?
Creating a database when using firestore in datastore mode via gcloud?
在通过 gcloud(命令行)在数据存储模式下使用 firestore 时,是否有任何方法可以创建数据库,而无需根据 gcloud 文档使用 UI https://cloud.google.com/datastore/docs/quickstart 似乎只能管理索引.
今天(2019 年 4 月 22 日)gcloud 无法指定您想要的 Cloud Firestore 模式。
今天(2021 年 7 月)您可以在任一模式下创建数据库,gcloud firestore databases create
用于原生模式的 Firestore,gcloud datastore databases create
用于数据存储模式的 Firestore。
在通过 gcloud(命令行)在数据存储模式下使用 firestore 时,是否有任何方法可以创建数据库,而无需根据 gcloud 文档使用 UI https://cloud.google.com/datastore/docs/quickstart 似乎只能管理索引.
今天(2019 年 4 月 22 日)gcloud 无法指定您想要的 Cloud Firestore 模式。
今天(2021 年 7 月)您可以在任一模式下创建数据库,gcloud firestore databases create
用于原生模式的 Firestore,gcloud datastore databases create
用于数据存储模式的 Firestore。