我是离子2的新手,我想使用firebase数据库上传图像。按照http://tphangout.com/ionic-2-serving-images-with-firebase-storage/本教程我正在做的事情。当我添加插件离子插件添加http://github.com/don/cordova-filechooser.git 时,我收到错误。
答案 0 :(得分:1)
你必须像这样使用它:
https://www.github.com/don/cordova-filechooser.git --save
我已经测试过并且工作正常。
以下是config.xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ionicframework.myfirstapp414454" version="0.0.1">
<plugin name="com.megster.cordova.FileChooser" spec="https://www.github.com/don/cordova-filechooser.git" />
</widget>