Download image or pdf stored on Firebase Storage to App

Guys, I did it in two ways: with the Thunkable extension and Kodular’s native Firebase Storage. Here are the results:

[FirebaseStorage Extension v2.0:

image

The question is using this extension can I download the file stored on Firebase Storage and show it in the app? Example: User profile picture.

Kodular Native Firebase Storage: I’ll make the aia available for you to check.

appdefirebase_storage.aia (8.6 KB)

image

This is now a system that loads the image, with the name of the profile where I save it on Storage. I created a shipping status. When I click on Image Picker, I select the image and the status doesn’t go off loading because it isn’t being saved.