Hi, I am installing firebase extension. And wanted...
# community-help
a
Hi, I am installing firebase extension. And wanted to check if "Firestore Collection Path" supports wildcard for collection path? Thanks in advance
j
It doesn't support wild cards. So you would have to take the dynamic portion of the collection path, and add that as an attribute to every document in a new collection and sync that over to Typesense
a
Thank you for the prompt response. So what I understand is: 1. Create a common firestore collection (lets say "searchableProducts") just for Typesense. 2. Copy all the searchable firestore documents in the "searchableProducts" firestore collection. Add parent path of original firestore docs as an attribute in each doc. 3. Sync "searchableProducts" firestore collection to Typesense.
j
That's exactly right