#community-help

Syncing Multiple Firestore Collections and Self-Signed SSL Certificates

TLDR Rosie asked about syncing multiple Firestore collections and using a self-signed SSL certificate. Kishore Nallan provided a solution for the former and advised using letsencrypt for the latter.

Powered by Struct AI

1

Sep 21, 2022 (15 months ago)
Rosie
Photo of md5-b67942b9657b2190ada69eb5ee373abf
Rosie
07:35 AM
from the config it looks like you can only set it to one firestore collection path
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
07:36 AM
Rosie
Photo of md5-b67942b9657b2190ada69eb5ee373abf
Rosie
07:37 AM
nice thanks, I'll take a look at that now :thumbsup:
10:33
Rosie
10:33 AM
Kishore Nallan in the list of host names in the extension config is it possible to use an IP address with a self signed SSL cert ?(we are selfhosting TS). We're getting a self signed certificate related error at the moment in the cloud function logs
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
10:34 AM
Self signed certificates won't be accepted by most clients. I recommend that you use letsencrypt to get an actual cert.

1