在{
"size": 30, // put size here
"_source": {
"includes": [
"docID"
]
},
"query": {
"bool": {
"must": [
{
"terms": {
"userID": [
1,
2,
71
]
}
},
{
"query_string": {
"query": "**test**",
"fields": [
"attachment.content"
]
}
}
]
}
}
}
中使用 firestore 存在问题。是因为版本不同吗?
vuejs
下面是firestore中的代码。 (node_modules/@google-cloud/firestore/build/src/index.js)
TypeError: module.exports.v1beta1 is not a constructor
如果需要更多信息,请告诉我们。谢谢
我的环境。