Can I connect firebase document with firebase storage? I have a "place" collection and inside is documents with cities (street, post code, & city). In input page I would also add more input field where I will add image and excel file for every city. For example, if I add new documents (Miami and London), I want to add a image of Miami and excel file.
I want save two examples in firebase storage like this:
In my app, in Google Maps, when I click on "Miami" pin I display all data from Miami documents but how can I connect Miami folder (with image and excel file) in firebase storage with Miami documents in Firestore databases and also how can I display with my another data in pop up in Google Maps ?