Hi <@U01NZ4D0LDD> Is there a feature to add only s...
# community-help
n
Hi @Jason Bosco Is there a feature to add only selected collections in firestore to be synced ? Is that in the roadmap in the future ? Asking this because we are using it for a SaaS where each customer is identified by a bizID and want to sync only the name & description of each bizID which will reside under various collections.. so, it would be like store/*/storeid1/ store/*/storeid2/
j
@Narayanan Narayanan The extension does support multiple collections (You'd just need to install the extension multiple times). However, it doesn't support wildcards in the collection name. So you would have to create a collection that has bizID and storeID as a field in each record, and sync that over to Typesense
n
@Jason Bosco Thanks.