getting all necessary things in place for recording and storing locally, now just cloud upload and then firestore update

This commit is contained in:
talksik
2021-12-22 04:49:29 -08:00
parent 33916a1663
commit 7284469ff9
4 changed files with 34 additions and 14 deletions
@@ -15,6 +15,7 @@ enum SheetView : Identifiable {
}
struct InnerCircleView: View {
@StateObject var innerCircleVM: InnerCircleViewModel = InnerCircleViewModel()
@EnvironmentObject var authSessionStore: AuthSessionStore
@EnvironmentObject var navigationStack: NavigationStack
@@ -31,6 +32,7 @@ struct InnerCircleView: View {
// content
CircleGridView(selectedFriendIndex: self.$selectedFriendIndex)
.environmentObject(innerCircleVM)
// header
VStack(alignment: .leading) {