Syncing Firestore Data and Typesense with NodeJS Cloud Function
TLDR Ramees asked how to sync Firestore and Typesense using Node.JS without a client library. Masahiro suggested using the Firebase Extension for Typesense, providing resources for reference. Jason clarified that Typesense does have a JS library usable in NodeJS.
1
1
1
Jul 22, 2021 (30 months ago)
Ramees
03:39 AMMasahiro
03:40 AMNo code requiredย ๐
1
Masahiro
03:41 AMMasahiro
03:42 AMhttps://github.com/typesense/firestore-typesense-search
Ramees
03:43 AM1
Jason
04:20 AMWe 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.
Ramees
04:35 AM1
Typesense
Indexed 3005 threads (79% resolved)
Similar Threads
Setup and Issues in Connecting Typesense Instance with Firebase Emulator
Michael.M seeks help on connecting a local Typesense instance to the Firebase local emulator. Jason suggests looking at emulator commands and creating a specific file. After various attempts and troubleshooting steps, Michael.M is able to establish the connection.
Handling Order of Firestore Events for Synchronization with Typesense.
Ross ran into an issue with Firestore events triggering out of order, causing synchronization inconsistency between Firestore and Typesense. With advice and input from Jason and Kishore Nallan, they implemented a debouncing solution using redis, ensuring that the latest Firestore data is synced to Typesense accurately.
Issues with typesense-firestore extension in Typesense Cloud
J is experiencing issues with typesense-firestore extension in Typesense Cloud. Jason suggested checking the extension logs for potential data validation errors.