#community-help

Syncing Subcollection Documents using Firestore-Typesense-Search Extension

TLDR Greg asked about syncing subcollection documents using Firestore-Typesense-Search extension. JP provided a relevant GitHub link.

Powered by Struct AI
3
6mo
Solved
Join the chat
Mar 07, 2023 (6 months ago)
Greg
Photo of md5-1ea63728effc51f48c3ffecdc8646553
Greg
01:50 PM
Regarding firestore-typesense-search extension: I am using it successfully to sync all documents from a top-level collection. Is it possible to use the extension to sync documents in a subcollection across all parent documents - something like document path: users/{doc}/userItems - where it indexes all users’ userItems in one Typesense collection?
JP
Photo of md5-b57d2fb1d50d1db78560d888cd361faf
JP
02:17 PM
Greg
Photo of md5-1ea63728effc51f48c3ffecdc8646553
Greg
03:49 PM
Thanks - yes that is exactly what I was looking to do. Hopefully backfill can be supported as well.