Firebase – Is there a way to execute a task before anything else happens?
I need to fetch some data before passing it to a View. I created a ViewModel BoughtItemViewModel for the my BoughtItemView. For simplicity I only provide one case, my enum has some more cases I switch through depending on what…