firestore-typesense-search
firestore-typesense-search copied to clipboard
Typesense port protocol params
Change Summary
If Typesense self hosted cluster is not running at 443 port, firestore will not sync changes
PR Checklist
- [x] I have read and signed the Contributor License Agreement.
@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.