typesense / firestore-typesense-search

Firebase Extension to automatically push Firestore documents to Typesense for full-text search with typo tolerance, faceting, and more
https://extensions.dev/extensions/typesense/firestore-typesense-search
Apache License 2.0
150 stars 27 forks source link

Support multiple collections #61

Closed 0x80 closed 8 months ago

0x80 commented 8 months ago

Reading through the extension docs I conclude that you can only ever have 1 collection synced to Typesense from Firestore. For example the backfill trigger is clearly global and not aware of the collection. That's a bummer because I need multiple.

Is the limitation coming from Firebase Extensions, that you can only have one instance of any type of extension installed?

jasonbosco commented 8 months ago

You can indeed sync multiple Firestore collections as described here: https://github.com/typesense/firestore-typesense-search#syncing-multiple-firestore-collections

0x80 commented 8 months ago

That's great, thank you!