自从我开始从Firebase切换到Firestore以来,我一直在我的vue-electron应用程序中遇到一个令人烦恼的错误。
哦,是的,我知道有很多与此控制台日志错误Uncaught TypeError: firebaseApp.firestore is not a function
相关的问题,例如here,here,here或here。但是,我认为它们在某些方面都与丢失的import 'firebase/firestore';
部分有关。
我认为我的问题来自我使用的vue-cli模板(https://github.com/SimulatedGREG/vue-electron
),因为在使用webpack模板构建VueJs应用程序时,我完全可以实现firestore SDK。
我在https://github.com/firebase/firebase-js-sdk/issues/464添加了有关我的问题的许多详细信息,并在https://github.com/mlapeyre3/firestore-issue-464创建了专门的Git
这里有没有人遇到过这个问题,可以提供帮助吗? :)
谢谢!