I've been trying to fetch images from Firebase, which are part of a collection. I set image data type as string in Firebase and as ImagePath in FF. Then in the UI builder, I set the image widget as a variable from firebase collection. When I test my app, I get an Object Event error where the image is meant to be. Am I missing something?