How to map collection under Document ID in firebase firestore v9? (web version modular / javascript)
I want users to make a collection of data, after creating a collection, then I want to map this collection so that whenever users upload data> user have a choice:
create a new collection and place an image on this collection
(done)
Map existing collection from firestore (stuck on this)
in the future I made a button-based on that map in point 2, then add a data to the existing collection