Paul Spears
Results
3
comments of
Paul Spears
This same scenario is a problem when using ```firebase firestore:delete --project {project-name} --all-collections -f```
Experiencing this in a Svelte app as well.
Working through this on the v17 branch worked well. There was a change that was needed to the vite.config.ts file. I had to add `base: './'` similar to the change...