How do I do that? I tried using firebase storage but it told me to upgrade the plan. Any other alternatives? I tried converting to base64 as well, but idk how to convert it back to image synchronously with item name etc
Upgrade the plan. Unless you go viral, there is enough free space and usage for testing.
I tried and it asked for credit card (I still have none). Any other alternatives? is it possible for me to convert base64 to image and vice versa synchronously?
Yes, there are several base64 extensions available for this:
Here is mine:
wow thank you!

What should I do with the filePath?
The easiest location is in the ASD.
You will need to provide an absolute path to the extension block - e.g.
/storage/emulated/0/Android/data/<packageName>/files/filename.jpg
(you can build this path using the File component)
You might be returning the image filename with your firebase data ?
You should look at using that path for the next time the image is required, instead of having to convert it each time.
thanks, I decided to use the firebase storage extension (com.mirxtremapps.FirebaseStorageNov18.aix). How do I have different projectbucket in the storage?
What about your paid plan?
I tried upgrading ![]()
can you explain to me each of the yellow and purple blocks please and what to fill in each blanks
If you want to use an extension for Firebase Storage, i might suggest you use this one:
Alternatively, let me introduce you to the wonderful world of using Firebase RTDB and Storage with the web component:
Regarding images, where are they coming from in the first place, camera? These will be very big. Bear in mind that the listview will be displaying images, by default at @ 75x75 pixels, do your images need resizing?
(You will want ImageConvertorV3.9.aix for all features)
The listview can start to "stutter" with long lists loaded from urls, you might then want to consider using a recyclerlist extension to build your listview:
thanks I decided to use the extension for firebase storage u gave me (com.sunny.fs.aix). using that extension, how do I upload an image from image picker to the storage, then retrieve the image url to show in listview
I want to do this
See the documentation for the extension. Ask in that topic for further advice, if you get stuck.
If You want, You can try:
Ciao
Marco
will try, thank you!
Hi, how do I make the listview loads each image faster? (the listview loads image from the url)
- Optimise the images (resize)
- Download all the images first, then display them
https://puravidaapps.com/filebyfile.php
okay thank you!
hi, i tried optimizing the image with the extension :
but it shows an error "operation not permitted" even though it asked for read and write external storage and I allowed it
I provided you with a link for an Image Convertor extension earlier in the topic.
