App crashed due to implicitly unwrapped optional (SwiftUI, Firebase)
I'd like to add new func to get info from my firebase about id, name, etc. from my firebase to add it in ProfileView, but the above error will occur. This is what happens when my ProfileView previews and crashes.…