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

Typesense port protocol params #38

Open Bermudez0622 opened 1 year ago

Bermudez0622 commented 1 year ago

Change Summary

If Typesense self hosted cluster is not running at 443 port, firestore will not sync changes image

PR Checklist

jasonbosco commented 1 year ago

@Bermudez0622 The reason we haven't allowed protocol to be configured in the extension is because the trigger functions run on Firebase and so we don't want calls to Typesense going over an unencrypted http connection via the public internet, to any Typesense Cluster, self-hosted or not...

Are you able to setup an SSL cert on your self-hosted Typesense node and use the default 443/https. LetsEncrypt for example has free SSL certs.