Hi, I'm new to FlutterFlow, I didn't know about the platform and I'm hoping you can help me turn my little idea into an application, although to be honest the more I try to understand how FlutterFlow works, the more it seems impossible that I can do it without some help and a little bit of luck.
Without going into the details of the application, I am trying to create a page where I can add information, for example of users. The page then has an area where I display present users, and a button to add new ones, as in the image below
I am also looking at videos from the YouTube channel, but I have not yet found what I would like to do. Is it possible to create a "local" database to store the data or do I have to use Firebase?
If I understand correctly, Firebase is an online service, so the data is managed online, right? The kind of application I have in mind doesn't need online data, it doesn't necessarily need the Internet to run.
I would then like to create a simple local database, with id
and name
properties for users
, is there any way?