Firestore Backfill Not Working
Closed this issue · 4 comments
tapangarg commented
jasonbosco commented
Could you try deleting the trigger key completely from the document and create it again?
It should still log that missing key error when you delete the key, but when you add it back again, you should now see a 2nd log message stating the backfill is starting and either a success or error messages.
tapangarg commented
jasonbosco commented
For large datasets, you would have to run the backfill using an admin script from your local computer.
We still need to look into batching during backfill as part of #70 to make a cloud function run a large backfill.
tapangarg commented
I see. Thank you. Can you point me to some documentation about this?