David Engel
05/12/2023, 12:52 AMFirestore Collection Path
- pathOne/{thisValue}/pathTwo/{andThisValue}/pathThree
- if I can't add them to a record using a firebase cloud function, can I filter on these values any other way?
Thanks ๐Jason Bosco
05/12/2023, 12:54 AMDavid Engel
05/16/2023, 3:20 PMJason Bosco
05/16/2023, 4:27 PMJason Bosco
05/16/2023, 4:28 PMAnd has it been done before?Yup, this is not an uncommon scenario.
David Engel
06/05/2023, 6:08 PMbackfill
function?
When backfilling data, we don't get any errors in the console, but the function runs and never enters the batching loops to write to typesenseDavid Engel
06/05/2023, 6:16 PMtypesenseDocumentFromSnapshot
so the changes apply to both writing and backfilling..