How can i store in my tinyDB the image wich i have in my firebase storage?

How can i store in my tinyDB the image wich i have i my firebase sotrage¿?

1 Like

You can store images in TinyDB by encoding it in Base64. There are some extensions that can help you do that. See @Taifun’s Tools extension from puravidaapps.com

1 Like

that method is for text only
for images you might want to use the File to String. String to File. Base64 Extension by Juan Antonio

Taifun

1 Like