How do you assign a struct variable to have a value after running a function?
I want to fetch an Image Url from my firebase storage and assign it to the User’s profileImageUrl variable but it seems like I can not directly assign it in the function. Would there be a way to set something like profileImageUrl = url?.absoluteString?