Hi there - I'm using Typesense with Firebase and a...
# community-help
k
Hi there - I'm using Typesense with Firebase and am having trouble getting the backfill script to run. I was able to run it once, and now I can't get it to pick up any of my new collections. Any advice? Or, is there an additional script I can run manually from the console?
j
@Kaylee McHugh You want to delete the Firestore document with ID
backfill
and then create a new document like this: https://github.com/typesense/firestore-typesense-search#3-backfilling-data-optional to trigger the backfill again
k
Thank you @Jason Bosco!
👍 1