Hi everyone. This has me stumped. I'm trying to create a User Profile update page. Using a CircleImage, I can either:
(a) load and display an image from my users collection in Firebase, or
(b) show an empty CircleImage, open the gallery or camera, choose a photo, display it in the widget, and subsequently save it to my users collection, overriding the original image in Firebase.
What I can't do is (a) and (b) - load it, then change and display it, on the same image widget, as I can only set the widget from variable in one of two ways. One works to load the image from Firebase, the other only works to load it from the gallery. And I can't do both on the same widget.
I'm sure I'm missing something obvious. Any help is greatly appreciated.