小编Dmi*_*hin的帖子

Golang,math/big:*big.Int的最大值是多少

*big.Int的最大值和*big.Rat的最大精度是多少

biginteger go

16
推荐指数
1
解决办法
6728
查看次数

Firestore 要求我创建已存在的索引

我正在尝试对评论进行分页。前 10 条评论加载正常,但接下来的(当查询包含时startAfterDocument)返回错误,如:

Query(comments where movie_id == 1041047 order by -created, __name__) failed: Status{code=FAILED_PRECONDITION, description=The query requires an index. You can create it here: https://console.firebase.google.com/project/.......
Run Code Online (Sandbox Code Playgroud)

但是这个索引已经存在,我之前创建了它。如果我按照建议链接 Firebase 控制台告诉我同样的信息:这个索引是存在的。

Query(comments where movie_id == 1041047 order by -created, __name__) failed: Status{code=FAILED_PRECONDITION, description=The query requires an index. You can create it here: https://console.firebase.google.com/project/.......
Run Code Online (Sandbox Code Playgroud)

这里有什么问题?

flutter google-cloud-firestore

4
推荐指数
1
解决办法
1675
查看次数

标签 统计

biginteger ×1

flutter ×1

go ×1

google-cloud-firestore ×1