I’ve made a Firebase Realtime Database and it’s set out like this.
I’m trying to get my SwiftUI app to download and display this information, but nothing I’ve tried so far has worked. The data I’m trying to get in particular is everything in Section2, Section2Copy, and any other object that are children of Section1.
I’ve tried to make an ObservableObject and class to process this data, but the tutorials I’ve found have been very unhelpful so far. Does anyone have any clue as to how to do this? Any help would be really appreciated.