1 Star 0 Fork 0

浏览器 / hoppscotch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
firestore.indexes.json 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dmitry Yankowski 提交于 2020-02-24 13:44 . Initial prettier formatted files
{
// Example:
//
// "indexes": [
// {
// "collectionGroup": "widgets",
// "queryScope": "COLLECTION",
// "fields": [
// { "fieldPath": "foo", "arrayConfig": "CONTAINS" },
// { "fieldPath": "bar", "mode": "DESCENDING" }
// ]
// },
//
// "fieldOverrides": [
// {
// "collectionGroup": "widgets",
// "fieldPath": "baz",
// "indexes": [
// { "order": "ASCENDING", "queryScope": "COLLECTION" }
// ]
// },
// ]
// ]
"indexes": [],
"fieldOverrides": []
}
1
https://gitee.com/browsers/hoppscotch.git
git@gitee.com:browsers/hoppscotch.git
browsers
hoppscotch
hoppscotch
master

搜索帮助