Setting Different Paths for Firebase Extension
TLDR Lukas expressed confusion on setting paths for firebase extension. Jason suggested installing the extension multiple times for various collections and setting a different path with each installation.
Aug 19, 2021 (27 months ago)
Lukas
11:34 AMJason
03:32 PMTypesense
Indexed 2776 threads (79% resolved)
Similar Threads
Firebase Extension Limitation for Collections
sabi asked if Firebase extension is limited to a single collection. Jason confirmed it while recommending to install multiple extensions instances for sync.
Wildcard Support in Firestore Collection Path while Installing Firebase Extension
Ankur enquired about wildcard usage with Firestore Collection Path when installing a firebase extension. Jason clarified that it doesn't support wildcards, but suggested an alternate method to achieve similar functionality.
Syncing Firebase 'ref' Field with Typesense
Guillermo wanted to index a 'ref' field from firebase with typesense. Jason provided a solution which involved syncing `ref.path` as an addition to the existing fields. Guillermo confirmed the solution worked.