Hey all,
I'm trying to figure out how to show hyperlinks to files stored in Firebase Storage.
In a document, we have a list of URLs linking to uploaded files in Firestore. What we want to achieve is to show these uploaded files (could be PDF, JPG, etc) as hyperlinks so when the user clicks into it, it opens it up on a browser (we're building a web-app)
Currently, by default it shows a long URL in a widget...
Thanks in advance!