How to save Firebase Image directly on users device

Hello,
I am currently using the “FirebaseStorage” extension.
And now I want to download the saved image in Firebase directly on the device in a specific location.
However, I do not really get it and I already use GalleryRefresh from Taifun.

“get downloadUrl” = Picture

PS: Normally I had cached the image in Canvas, but the image is always distorted there. Why I’m trying to download directly without caching to get the original format.

Thanks in advance.

Of you want to download and store on tiny dB then download image and convert to base 64 and save to tinydb … To re get it you have to decode…
So …
If you. Want to directly download … Download and save the file path… ! Use these logics…

1 Like