I have a Firebase database that I access from my Angular2 app:
Lafayette_apartments
description:
"description"
link:
"/lafayette-apts"
title:
"Lafayette Apartments"
url:
"https://s3.amazonaws.com/gadaphotos/photos/port..."
Scotchbrook_apartments
description:
"This is a real estate photography taken for Sco..."
link:
"/scotchbrook"
title:
"Scotchbrook Apartments"
url:
"https://s3.amazonaws.com/gadaphotos/photos/port..."
alden_park
new_port_village
description:
"description"
link:
"/new-port-village"
title:
"New Port Village"
url:
"https://s3.amazonaws.com/gadaphotos/photos/port..."
I also have several folders with photos in the same Firebase storage.
Name Size Type Last modified
alden_park/
—
lafayette_apts/
—
Scotchbrook_apartments/
How can I list the name of each folder, and the photo URL inside the folders in my database to each respective content?