FirebaseFirestoreException:FAILED_PRECONDITION

时间:2019-02-11 12:45:20

标签: android google-cloud-firestore

要从firestore集合中获取实例更新的数据,我尝试了以下查询。

docRef.whereArrayContains()。orderBy()。limit()

com.google.firebase.firestore.FirebaseFirestoreException:FAILED_PRECONDITION:查询需要索引。您可以在这里创建它:

1 个答案:

答案 0 :(得分:0)

如果您尝试使用不映射到现有索引的范围子句进行复合查询,则会收到错误消息。该错误消息包括一个直接链接,用于在Firebase控制台中创建缺少的索引。

Manage indexes in Cloud Firestore

出现错误时,请检查LogCat中的链接