相反,我想向MainClass类添加一个类似于getProcessedData的方法,该方法应为delegate through the _coolData property.然而,使用当前的方法,我得到了低于错误的结果 错误 `TypeError: _coolData.getProcessedData is not a function` MainClass.js文件 //db/MainClass');
router.get('/sandy/abc',
但是getDownloadUrl()不能工作:console.log(myURL); // TypeError: storageRef.getDownloadUrlis not a function
错误是TypeError: storageRef.getDownloadUrl is not a function。它看起来像是一个原型链虫。我正在使用AngularJS,也许我没有在我的控制器中注入必要的依赖项?我将$firebaseSto