Hi, I need to write Googole cloud function (in Node JS) in order to sync my Firestore data and Typesense. since there is no Client library for NodeJS, how can I do this. any idea is appreciated,
m
Masahiro Aoki
07/22/2021, 3:40 AM
You can use Firebase Extensions for Typesense, made by @Jason Bosco
No code required 😄
@Ramees On a side note, may I know what gave you the impression that Typesense doesn't have a Node.js library?
We do have a JS library that works both in a browser and in Node, so I'm wondering if something in the docs is confusing.
r
Ramees
07/22/2021, 4:35 AM
oh, sorry I am not aware that I can use JS library on NodeJS. I am a newbie.