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

Fix/batch backfill v18 #70

Open DavidWeiss2 opened 6 months ago

DavidWeiss2 commented 6 months ago

Change Summary

The current batch mechanism is failing on Firestore big collections with a function crash. This PR fixing this issue.

Also on this PR - Better comments for failing batch (the current one get trimmed when multiple errors)

but for v18

PR Checklist

DavidWeiss2 commented 6 months ago

Saw the conflicts, fixing them.

DavidWeiss2 commented 6 months ago

@jasonbosco Conflict resolved