Firestore:索引创建实用程序中涉及数组字段的错误

时间:2018-08-09 17:06:46

标签: firebase google-cloud-firestore

正在尝试包含Firestore数组功能:

我有一个projects集合,其中有一个数组字段projectUsers

查询:

 db.collection('projects')
  .where(`deleted`, '==', false)
  .orderBy('lastUpdate','desc')
  .where('projectUsers', 'array-contains', '56xxxxxxxxxxxxxxxxxxxxc9')
  .get()
  .then(function (doc) {

    ....
    ....
 })

Firestore迅速给了我指向我的索引创建链接: index creation screen

当我单击Create index按钮时,什么也没有发生!控制台显示以下错误:

code: 400
message: "Unknown Index field mode: MODE_UNSPECIFIED"
status: "INVALID_ARGUMENT"

1 个答案:

答案 0 :(得分:2)

收到Google的回复:

  

感谢您提供的信息。我们已经解决了这个问题,它将在下个星期结束。如果在那之后您仍然遇到此问题,请告诉我们。