TypeError:module.exports.v1beta1不是构造函数(在firestore,vuejs中)

时间:2018-12-07 00:22:00

标签: vue.js google-cloud-firestore

{ "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

如果需要更多信息,请告诉我们。谢谢

我的环境。

  • vue:2.9.6
  • firebase:^ 4.13.1
  • firebase-admin:^ 6.3.0

0 个答案:

没有答案