我在我的 node.js 应用程序中使用 GeoFirestore。在文档的第一行中,我有:
var GeoFirestore = require("geofirestore");
然后我使用代码
const geoFirestore = new GeoFirestore(collectionRef);
collectionRef 是我的 firestore 集合的有效引用。
问题是我得到了错误
“TypeError:GeoFirestore 不是构造函数”
这里有什么问题?谢谢你的帮助。