How to use Firebase download file component?

Please anybody tell me how to use Firebase download file component ?

2 Likes

Show what you have tried… Then we will help you…

I want to know if I can bring an image from the firebase store and put it in an image in kodular, I know it can be done with other methods, but I want to do it with firebase download how can I do it?

You have to download it to any folder, then use any component associated with image which is able to get image from a path you downloaded the file to. There is no other option as firebase storage component doesn’t support getbytes method.