Firebase: Display an icon in a table for file name

Is it possible to load an image from Firebase storage and display it as an icon for the document?
I know it needs the media token, and I don’t see a way to achieve this.
It’s similar to calling these Firebase Storage functions getSignedUrl() getDownloadUrl() and getting the url with the token.

Sudo Formula:
=CONCAT("user-profile/icons/", item.iconId, ".png")

Unfortunately at the moment this is not possible because, as you correctly noted, it requires a media token.

1 Like