Hi all
I am using “firebase storage1” component in kodular for the first time. I guess its new. I particularly want to upload and download images from firebase storage. Currently i am able to upload images to firebase.
Problem: Firebase storage1 .downloadfile
This component is not working correctly.
you can see the “firebase storage.upload file” component through which i am able to upload the image.
beside that you can see “firebase storage. download file” where i am providing the image name as specified in firebase console. I am not able to understand what to provide in the "to folder blank. I tried
- putting a random name there so it creates a new folder in my phone, but didn’t work.
- putting the name of an existing folder from my phone, didn’t worked.
- copy and pasting the complete path of a folder from my phone internal memory but didn’t worked.
the message respone in all 3 cases is “could not create a folder to store the download”.
No documentation is provided for this component as i tried a lot to search.
I have seen people using a different extension for uploading and downloading images from firebase but i don’t want to use that because that is not an official extension and may be dropped sometime in future. I would prefer using the official components provided in kodular.