Saving image from photo gallery or camera along with its name and description

I want to create an app where i want to save a combination of 4 columns.
#1. Object_ID #2. Object_Name #3. Object image (either from photo library image or from camera) #4. Object_Description
Here all these items are related to each other. And from unique Object_id i should be able to access any of other 2 element/elements.
As here the attribute is a mixture of image(picture) and text-boxes so how to store this mixture of information in DB? Firebase realDB? MediaDB? local storage or anything else ? I want to retrieve this information in other screen from database as well.

Please suggest.

Welcome to the community @choudhary.sushil :wave:

Take a look at the LocalDB component, I think it does everything you are looking for.