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

Add support for multiple api keys #60

Closed elieobeid7 closed 8 months ago

elieobeid7 commented 8 months ago

Currently, the firestore extension supports multiple hosts with 1 API key, this isn't ideal

Add support for multiple API keys, either store multiple API keys in the secret manager or have them coma separated just like the host, you just have to ensure that there's no comma in the API key

I was trying to fix it but turns out the typesense js client only accepts one key!

elieobeid7 commented 8 months ago

closing this issue as it turns out, this issue is caused by the javascript library itself.