I am going to create an app showing videos from firestore.
For now I am simply using variable List< Widget > videoList = []
But what would be better choice to store it? i thought of hive database but it doesn't seem to be a good solution, since I want the list to be created/ updated with every start of the app