Firebase: link to image in storage from database
Is there a way to link from my Firebase database to an image loaded from Firebase storage?
Thank!
+3
Javier sanz rozalén
source
to share
1 answer
Store either the URL gs://
URI or the URL https://
in a live database and use Storage (or the HTTP library) to load it.
Watch the video and source code for Zero to App for one way to do it.
+3
Mike mcdonald
source
to share