Help to save more images on fire base

Hy there i need to save on fire base about 30 images for an app a part for the client where i need to see the images and a part for the "server " where i need to add images. I come out with this code to save only 1 image:

But i need to save more of then (30 specifically) how do i do it? I need to have x30 KIO4_Base641 or how can i do it?
Eventually i can save 3 of then at time (With button1 i save images 1, 2, 3; With button2 i save images 4, 5, 6)

My advice is to use Firebase Storage:

Mhm ok i was thinking to use classic blocks of fire base because its more simple firs, second the page have already 1600 blocks on it and as i seed its more longer of classics blocks (LOL it takes 6sec to load the blocs page and interact with an item :joy: :joy:) and 3 i don't get exactly how to use web links to that purpose...

The method I showed only uses "classic" blocks, as you put it. Your approach requires an extension. The method is fully explained and demonstrated in the link I provided.

Do you think i can use another screen to save immages? At the moment i am using only 2 pages

Not necessary, but you could.

But in thus way i get the link ti the image, i can't see it directly....

You can display the image in an image component from the url

I have some questions: why do i need to split the Url (the one longer) all in pieces? Its a functional thing? Its obligatory? And where i can find it?

If I understand correctly

If you mean this:

image

it is so that I can show the entire url, otherwise the text block consumes most of it on the right!

Yes you need all of it:
https://firebasestorage.googleapis.com/v0/b/myProject.appspot.com/o/FBDEMONOSEC%2Fmyimage1.png?alt=media

Documentation
Firebase Storage

In the console

My bad i doesn't put the image above; Now it should loaded.
But wait, i was using Realtime Database not Storage i am forced to use it ore there is a way to use Realtime Database?

Once you save the image to Storage, you have/get back the url, store this with your other data in the realtime database.

Ahh ok ok. Sow to save an image with the same tag i need first to delete that tag and the save it with the tag

hey there, only now i am seeing to use storage i need to pay, to make it for free how can i do it?

How much storage are you likely to use, the first 10gb are free, even on the Blaze plan.

I am using spark and to be scure that I won pay, I wall preferer to use spark

A question i don't complete understand what is for the project bucket on the firebase extension

Example Firebase Storage URL:

https://firebasestorage.googleapis.com/v0/b/myProject.appspot.com/o/FBDEMONOSEC%2Fmyimage1.png?alt=media

This, for example: myProject.appspot.com is the name of your firebase storage project, you find this at the top of your directory listing page:

image

Use whatever comes after gs://

This, for example: FBDEMONOSEC is the directory in your firebase storage where you want to store your files.

Does that help ?

In this case the URLfirebase is:
https://gestserviceimmages-default-rtdb.firebaseio.com/
but what is the ProjectBucket? (i am talking about the RealtimeDatabase)

You decide that in your firebase structure. In simple terms, a "projectBucket" can be any top level node in your structure, although it is possible to drill down to a specific node if you wish.

This
Music
can be a projectBucket

and this:
Music/Albums/Pop
can be a projectBucket

It will all depend on what you are doing...