I uploaded some images (jpg) into Firebase Storage (using the sample program) successfully and I can view the file in the firebase console. When I do a jpg file download (using below code). The file was downloaded with 0 size. Any advice on this?
Thank you.
B4X:
Starter.storage.DownloadFile("/img/" & imgfile, imgDir, imgfile)
Thank you.