I m new with Firebase and i want to ask 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:
- “city/” + “Miami/” + excelFile and Image of Miami
- “city/” + “London/” + excelFile and Image of London
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 ?