Immagine con descrizione

Ciao,

Come posso fare per caricare delle immagini con della descrizione con un database?
HI,

How can I upload images with description to a database?

Which database?

Firebase

You can upload images to Firebase Realtime Database if you first convert them to a base64 string. It would be better to use Firebase Storage to store your images, then get the links and store these in your database with the other information.

A guide on doing all this with the web component:

There are other methods using extensions.

okay Thanks!!!

is it possible to use google drivers?

Yes, you could use google drive to store your images

Thanks!

I would have to upload the images from a database which then end up on the app and not archive them