镜像详细信息存储在firestore中,检索成功。然后使用映像名称创建Firebase存储的路径。除非在“npm run serve”运行时,在创建的方法中更改了代码。提前谢谢。在npm 6.4.1上使用Firebase版本5.11.0,在运行Ubuntu 19.vue-cli版本3.7.0的机器上使用节点v10.15.3。也使用eslint import firebase from 'firebase';
ex
我正在尝试存储来自firebase数据库的图像,并将其命名为FirebaseuniqUserID.jpeg。(如buwkgefuikbuifbkc8gfybfy.jpeg)。并且用户可以随时更改图像。为了从firebase实时数据库中获取图像链接,我使用了addListenerForSingleValueEvent。//here i am downloading image//
//and named it Firebaseuni