How to load image from firestore within an action?

Actions & Logic

I have a single page for viewing and editing a user's profile, and it includes an image.

On tapping the image, the user can select an image/take a photo and this goes to the local widget state. On pressing "save" the image from local widget state is uploaded to firestore. I followed steps from Stephen NoCode (many thanks) in the following video - https://www.youtube.com/watch?v=8CIWXoOWBe8

That part is working great, but when the user opens the page again, I want to show the image they saved to their profile previously.

I have an On Page Load action that retrieves the document from firestore and sets the other form fields, but I can't work out how to assign the image widget state to the image path from the document.

What have you tried so far?

watched videos, searched the community

Did you check FlutterFlow's Documentation for this topic?
Yes