Как можно сохранить загруженные с firebase storage изображения в tinydb?

как можно сохранить загруженные с firebase storage изображения в tinydb?А потом без интернетета пользоваться изображениями, спасибо!

You cannot save binary files, that is images, to the tinydb, you can only save their location / file path. Suggest you download the images to a directory of your choice on the sdcard (you may need to give permission to save files - android.permission.WRITE_EXTERNAL_STORAGE). See the documentation for how to display images in an image component or as a background to an arrangement.

Спасибо, можете привести пример, по URL адресу сохранить в SDCard, ,благодарю!

root folder: /storage/emulated/0
If using the File component you can just use /filename

Спасибо! помогли!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.